diff --git a/poetry.lock b/poetry.lock index 24ea6b4..8aa6fd0 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 = "annotated-types" @@ -886,13 +886,13 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.0.0" 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.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, + {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, ] [package.dependencies] @@ -1913,4 +1913,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "7d929e3d7026ab854c7dae36aecb924f9ee9e529ba645829fae102feec22316f" +content-hash = "1c1c93a3fca4182849d060408c497df2a0501ef5f030469d9dbdc7a319577a56" diff --git a/pyproject.toml b/pyproject.toml index 9bf872a..3801c5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ isort = {extras = ["colors"], version = "^5.13.2"} black = "^24.8.0" ruff = "^0.6.7" mypy = "^1.11.2" -pre-commit = "^3.8.0" +pre-commit = "^4.0.0" fastapi = {extras = ["all"], version = "^0.115.0"} uvicorn = "^0.30.6" starlette = "^0.38.6"