diff --git a/poetry.lock b/poetry.lock index 936bd721..6ebb06a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiosmtpd" @@ -1226,13 +1226,13 @@ psutil = "*" [[package]] name = "pre-commit" -version = "4.0.1" +version = "3.8.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-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, + {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, ] [package.dependencies] @@ -2627,4 +2627,4 @@ sql = ["passlib", "sqlalchemy", "sqlalchemy-json", "sqlalchemy-utils"] [metadata] lock-version = "2.0" python-versions = "<3.13,>=3.10" -content-hash = "714a9062e594d126c914ac8ebec582e1a1928e42b447d3c112068308e95476c9" +content-hash = "70402835a19731ac6351831a2ea77c98460505d430b97c1d5021c4a2c5118703" diff --git a/pyproject.toml b/pyproject.toml index a9642f61..882491fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ sphinxcontrib-images = "^0.9.4" coverage = {version = "*", extras=["toml"]} faker = "*" flask-webtest = "*" -pre-commit = "*" +pre-commit = "3.8.0" pyquery = "*" pytest = "^8.0.0" pytest-coverage = "*"