diff --git a/poetry.lock b/poetry.lock index fcd9ef2..b92b03d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1322,13 +1322,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.1" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, - {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, + {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"}, ] [package.dependencies] @@ -2647,4 +2647,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "02791508f9d033c9c50438b7758e40986d253453feb6fcbd560ebe6cb508b727" +content-hash = "e155a0ef6a659b9f1403fc21ae750e918abcba4e7077a9cdc1e05cccffaebddd" diff --git a/pyproject.toml b/pyproject.toml index 4c3f313..ad49d18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ presidio-anonymizer = "^2.2.33" [tool.poetry.group.dev.dependencies] pytest = ">=7.4,<9.0" pytest-asyncio = ">=0.21.1,<0.24.0" -pre-commit = "^3.3.3" +pre-commit = ">=3.3.3,<5.0.0" black = ">=23.7,<25.0" flake8 = ">=6.1,<8.0" faiss-cpu = "^1.7.4"