diff --git a/poetry.lock b/poetry.lock index f106a7f..6b1b348 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.2.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.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" 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.4.0-py2.py3-none-any.whl", hash = "sha256:b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813"}, + {file = "pre_commit-4.4.0.tar.gz", hash = "sha256:f0233ebab440e9f17cabbb558706eb173d19ace965c68cdce2c081042b4fab15"}, ] [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 = "eed75ac59e3bf31c0b6cf1c28ff0ceac2d701dad86640c1157ed21c2c0b84309" diff --git a/pyproject.toml b/pyproject.toml index 6892e5a..71ad383 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.4.0" pytest = "^8.3.5" ruff = "^0.11.12"