diff --git a/poetry.lock b/poetry.lock index caa8ff3..f034a72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -848,13 +848,13 @@ testing = ["pytest", "pytest-benchmark"] [[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] @@ -1508,4 +1508,4 @@ tests-strict = ["codecov (==2.0.15)", "pytest (==4.6.0)", "pytest (==4.6.0)", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "f5112ff9316dc081386418aa99d194536f481c564d8dfc39b72ec52e8df3e99f" +content-hash = "c6fef853f5387335f217b886389081bebfa20aeac433b0878e88dde7555f8b06" diff --git a/pyproject.toml b/pyproject.toml index a103077..408be8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ typer = "^0.9.0" [tool.poetry.dev-dependencies] black = "~23.9.1" -pre-commit = "~3.3.1" +pre-commit = "~3.5.0" flake8 = "^6.0.0" pytest-cov = "~4.1.0" pytest = "^7.1.3"