diff --git a/poetry.lock b/poetry.lock index 2cef2d2..375be72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -949,14 +949,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] @@ -1889,4 +1889,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "3dc0b3c145153da0b85b584d802b87a26dec11de2160dd9b5629bb4598988384" +content-hash = "ef3b82d28d61a85860e13a3f796ccf84207c1b4f8986934ac645a0bb82058f47" diff --git a/pyproject.toml b/pyproject.toml index 8b861ea..fac79df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = "^8.4.1" pytest-cov = "^6.2.1" python-dotenv = "^1.1.1" pytest-asyncio = "^1.1.0" -pre-commit = "^4.2.0" +pre-commit = "^4.3.0" ruff = "^0.12.5" python-lsp-server = ">=1.12.2,<2.0.0" pylsp-mypy = ">=0.7.0,<0.8.0"