diff --git a/poetry.lock b/poetry.lock index a93ce10..5544141 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -1528,13 +1528,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +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.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.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -2451,4 +2451,4 @@ test = [] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2c931161172b5d668ec5228e78234a7aa5bec8ce9e6f9f622a514ffbad3e3500" +content-hash = "a93a22f3fb5e1ea8aac62bf43f55066e23207819e786c8fabaa9c81998b5b739" diff --git a/pyproject.toml b/pyproject.toml index 346fee3..22165cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ aiofiles = "^24.1.0" [tool.poetry.group.dev.dependencies] aresponses = "^3.0.0" covdefaults = "2.3.0" -pre-commit = "^3.8.0" +pre-commit = ">=3.8,<5.0" pre-commit-hooks = "^5.0.0" pylint = "3.3.1" pytest = "^8.3.3"