diff --git a/poetry.lock b/poetry.lock index 4a4f95f0c5..692533724b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3909,14 +3909,14 @@ xlsxwriter = ["xlsxwriter"] [[package]] name = "pre-commit" -version = "4.2.0" +version = "4.3.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pre_commit-4.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}, - {file = "pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"}, + {file = "pre_commit-4.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, + {file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, ] [package.dependencies] @@ -6408,4 +6408,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.1" python-versions = "^3.9.2, !=3.9.7" -content-hash = "80d21d534ed064f5e4a377d42aeec41eeaba48b5d85e059816e690b31294f8d8" +content-hash = "4f1927f42fe2b901a183d368749e7822e16fbe321eaa16768545650a0e427b02" diff --git a/pyproject.toml b/pyproject.toml index 0f162b7c28..5d18d422bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ datafusion = { version = ">=45", optional = true } pytest = "7.4.4" pytest-checkdocs = "2.13.0" pytest-lazy-fixture = "0.6.3" -pre-commit = "4.2.0" +pre-commit = "4.3.0" fastavro = "1.12.0" coverage = { version = "^7.4.2", extras = ["toml"] } requests-mock = "1.12.1"