diff --git a/python/poetry.lock b/python/poetry.lock index 74fc860281e5..6e33466002bf 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.1.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.1.0-py2.py3-none-any.whl", hash = "sha256:7001dfcd174540658822b1fd3630ceadf4f41375a5d1844b5c3b3830f227348c"}, + {file = "pre_commit-3.1.0.tar.gz", hash = "sha256:61bd9f1b96d3d1e763f2a9a0f8522aed341646800642ff6803c73fac5781f5b7"}, ] [package.dependencies] @@ -2469,4 +2469,4 @@ snappy = ["python-snappy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "936a690f66edaa27e6491b6a2f43585be56e38fbda0faf274cd398a3489db10c" +content-hash = "eeff734d093f8301793b0f689daeea9fa0fcdc21ca62fce2f91f97bee79161a5" diff --git a/python/pyproject.toml b/python/pyproject.toml index 8b30778a392a..c2a7b1aaf7aa 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.1.0" fastavro = "1.7.1" coverage = { version = "^7.1.0", extras = ["toml"] } requests-mock = "1.10.0"