diff --git a/poetry.lock b/poetry.lock index 48040e04..aed13461 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1174,13 +1174,13 @@ strenum = {version = ">=0.4.9,<0.5.0", markers = "python_version < \"3.11\""} [[package]] name = "pre-commit" -version = "4.0.1" +version = "4.1.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, - {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, + {file = "pre_commit-4.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"}, + {file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"}, ] [package.dependencies] @@ -2115,4 +2115,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4102463942bb767d7f157aa16754dc1e3b32688f8d19654664809169b441885b" +content-hash = "29966021e95d1a8b588a97e0998fb7544ce54579273315a74c3bc7c4f41cdf5c" diff --git a/pyproject.toml b/pyproject.toml index 4b686324..9cae7f6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ storage3 = ">=0.10,<0.12" supafunc = "^0.9" [tool.poetry.dev-dependencies] -pre-commit = "^4.0.1" +pre-commit = "^4.1.0" black = "^24.10" pytest = "^8.3.4" flake8 = "^7.1.1"