diff --git a/poetry.lock b/poetry.lock index e917c34..33df8dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1254,14 +1254,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[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] @@ -1990,4 +1990,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = ">3.11,<3.13" -content-hash = "11ee803b86d2b141de92d04d6a71e6c94c9fdb2123619c94146a79bdb7a49f2c" +content-hash = "5e8cef44aa839009a4414251db0bb91f50b100f99f49d2e5fb2a33cba50f6eaf" diff --git a/pyproject.toml b/pyproject.toml index ee933ad..888b40d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pytest = "^8.4.1" flake8 = "^7.3.0" flake8-black = "^0.3.6" flake8-isort = "^6.1.2" -pre-commit = "^4.2.0" +pre-commit = "^4.3.0" PyYAML = "^6.0" [tool.isort]