diff --git a/poetry.lock b/poetry.lock index a1f8b775..fa065825 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "anyio" @@ -1536,14 +1536,14 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", "pytest-mypy (>=0.8.0)", "p [[package]] name = "pre-commit" -version = "3.7.1" +version = "4.5.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] 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-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, + {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, ] [package.dependencies] @@ -2355,4 +2355,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.10.4" -content-hash = "4120c8a0e08e39dea33e960d094297c8ece4979266dee37f1bd7ded3a1e48f8c" +content-hash = "1ef689661f4f26e03e6ba247edc22919634ee05996c0ad7241303b28a8c8e579" diff --git a/pyproject.toml b/pyproject.toml index 46a90304..a0683a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ opentelemetry-instrumentation-fastapi = "^0.43b0" [tool.poetry.group.dev.dependencies] pytest = "^7.2.1" -pre-commit = "^3.3.3" +pre-commit = "^4.5.1" flake8 = "^5.0.4" bandit = "^1.7.4" black = "^22.6.0"