diff --git a/poetry.lock b/poetry.lock index f106a7f..6dd8f78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "cfgv" @@ -237,14 +237,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] @@ -418,4 +418,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = ">=3.13,<4.0" -content-hash = "9ffbc8be0dd970e739fa10d21d8b67cb014fe3ba1b9252d44b0d25f04dac7291" +content-hash = "69f2745325c604cb52ae8762b755add318ff9a510dac05c241c3a68858c211ea" diff --git a/pyproject.toml b/pyproject.toml index 6892e5a..e4dedbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ package-mode = false [tool.poetry.group.dev.dependencies] mypy = "^1.16.0" -pre-commit = "^4.2.0" +pre-commit = "^4.3.0" pytest = "^8.3.5" ruff = "^0.11.12"