diff --git a/poetry.lock b/poetry.lock index 7736d99..7bea0de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1114,13 +1114,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.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-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, - {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, + {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] @@ -1894,4 +1894,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "b7110884548f203a8fd5ab31cfa33310168ca94b517258c56c84b694cbeb3c28" +content-hash = "8cbab86107e25535cd752a8117874548bd60d1f6406fe9ad2d5f81a691e8a2ff" diff --git a/pyproject.toml b/pyproject.toml index fcc9b2c..8fd7aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ typer = ">=0.9,<0.13" [tool.poetry.dev-dependencies] black = "~24.4.2" -pre-commit = "~3.7.1" +pre-commit = "~3.8.0" flake8 = "^7.1.0" pytest-cov = "~5.0.0" pytest = "^8.3.2"