diff --git a/python/poetry.lock b/python/poetry.lock index 74fc860281e5..ee9e07ed1c86 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.0.3" 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.0.3-py2.py3-none-any.whl", hash = "sha256:83e2e8cc5cbb3691cff9474494816918d865120768aa36c9eda6185126667d21"}, + {file = "pre_commit-3.0.3.tar.gz", hash = "sha256:4187e74fda38f0f700256fb2f757774385503b04292047d0899fc913207f314b"}, ] [package.dependencies] @@ -2469,4 +2469,4 @@ snappy = ["python-snappy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "936a690f66edaa27e6491b6a2f43585be56e38fbda0faf274cd398a3489db10c" +content-hash = "6293ab8643ea6c6df39d5557ff5dfb96f2da42e44ac35399448b5d51a70f53dd" diff --git a/python/pyproject.toml b/python/pyproject.toml index 8b30778a392a..7dae5ab91a0b 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.0.3" fastavro = "1.7.1" coverage = { version = "^7.1.0", extras = ["toml"] } requests-mock = "1.10.0"