diff --git a/poetry.lock b/poetry.lock index 1c8eb954..05a0d03c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1150,13 +1150,13 @@ files = [ [[package]] name = "pre-commit" -version = "3.3.3" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"}, - {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"}, + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -1722,4 +1722,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ca410b54f4d0a780337cc8adceb3be1a5b1e875d12a70deab62e6468157d36d5" +content-hash = "6ce45e6c1c09c649e7ff1b34b44abc142133bbdbe95fea15d31a7baff664f309" diff --git a/pyproject.toml b/pyproject.toml index d1f2b078..79b6ee34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pylint = "^2.17.5" black = "^23.9" isort = "^5.12.0" autoflake = "^2.2.1" -pre-commit = "^3.3.3" +pre-commit = "^3.5.0" pytest = "^7.4.2" coverage = "^7.3.2"