diff --git a/poetry.lock b/poetry.lock index e8831ff..8c02b9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -253,13 +253,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {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] @@ -547,4 +547,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8,<3.13" -content-hash = "a69b8d9ad5110ad25a1b1e744ba542c87407b914be11aa791a604e6a8d5f7eb0" +content-hash = "65ce4304ea7bf4b9e3b2abebde481b341455b05cca990d3cc90e7e9c88ba17df" diff --git a/pyproject.toml b/pyproject.toml index 560e6b9..7b82334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ attrs = "^23.1.0" pytest-runner = "^6.0.0" pytest = "^7.1.2" localstack-client = "^1.7" -pre-commit = "^2.20.0" +pre-commit = "^3.5.0" tox = "^4.11.0" typing-extensions = "^4.0.0"