From 161dd2ad94bced67b850a2180b7d96ba294888fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 00:05:12 +0000 Subject: [PATCH] Build: Bump pre-commit from 3.0.1 to 3.2.0 in /python Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.1 to 3.2.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.0.1...v3.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/poetry.lock | 8 ++++---- python/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index 74fc860281e5..36f95d4ecd56 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -1516,14 +1516,14 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", "pytest-mypy (>=0.8.0)", "p [[package]] name = "pre-commit" -version = "3.0.1" +version = "3.2.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.0.1-py2.py3-none-any.whl", hash = "sha256:61ecb75e0e99939cc30c79181c0394545657855e9172c42ff98ebecb0e02fcb7"}, - {file = "pre_commit-3.0.1.tar.gz", hash = "sha256:3a3f9229e8c19a626a7f91be25b3c8c135e52de1a678da98eb015c0d0baea7a5"}, + {file = "pre_commit-3.2.0-py2.py3-none-any.whl", hash = "sha256:f712d3688102e13c8e66b7d7dbd8934a6dda157e58635d89f7d6fecdca39ce8a"}, + {file = "pre_commit-3.2.0.tar.gz", hash = "sha256:818f0d998059934d0f81bb3667e3ccdc32da6ed7ccaac33e43dc231561ddaaa9"}, ] [package.dependencies] @@ -2469,4 +2469,4 @@ snappy = ["python-snappy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "936a690f66edaa27e6491b6a2f43585be56e38fbda0faf274cd398a3489db10c" +content-hash = "4ba2fe9de456f84beb451441b6421260526523a8d23dd3386fe18309cea363db" diff --git a/python/pyproject.toml b/python/pyproject.toml index 8b30778a392a..d0910b6c426b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -81,7 +81,7 @@ adlfs = { version = "2023.1.0", optional = true } [tool.poetry.dev-dependencies] pytest = "7.2.1" pytest-checkdocs = "2.9.0" -pre-commit = "3.0.1" +pre-commit = "3.2.0" fastavro = "1.7.1" coverage = { version = "^7.1.0", extras = ["toml"] } requests-mock = "1.10.0"