diff --git a/poetry.lock b/poetry.lock index 5cd9fed..d00cd9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -755,14 +755,14 @@ reference = "mdsol" [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.6.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-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {file = "pre_commit-4.6.0-py2.py3-none-any.whl", hash = "sha256:e2cf246f7299edcabcf15f9b0571fdce06058527f0a06535068a86d38089f29b"}, + {file = "pre_commit-4.6.0.tar.gz", hash = "sha256:718d2208cef53fdc38206e40524a6d4d9576d103eb16f0fec11c875e7716e9d9"}, ] [package.dependencies] @@ -1253,4 +1253,4 @@ reference = "mdsol" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "6af1da2c043d893bed79a22aa407ed3c3684fc77c3bd3261b11b021d900d81ad" +content-hash = "69ddabadf9e62f177eec0939ff1a97845253b9e29dac0b75257d60a4f69283e6" diff --git a/pyproject.toml b/pyproject.toml index aac4ae9..aa9d301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ optional = true [tool.poetry.group.dev.dependencies] mypy = "^1.20.2" -pre-commit = "^3.3.2" +pre-commit = ">=3.3.2,<5.0.0" pytest = ">=7.3.2,<10.0.0" pytest-cov = ">=4.1,<8.0" ruff = "0.15.12"