diff --git a/poetry.lock b/poetry.lock index f2da499..2704c5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "black" @@ -395,14 +395,14 @@ type = ["mypy (>=1.14.1)"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.2.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["dev"] 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.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd"}, + {file = "pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146"}, ] [package.dependencies] @@ -729,4 +729,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f36130b9e24a7d5d31c83c5d4a4673624d05c5b24b3b2fda45fdb8389e5ceabd" +content-hash = "49169b6eaa07af324e7c69508c4a1db755bcf75725ec0937770691d7e01c57f1" diff --git a/pyproject.toml b/pyproject.toml index 68fd6f5..ea42f38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ loguru = "0.7.3" [tool.poetry.group.dev.dependencies] pyright = "^1.1.376" black = "^24.8.0" -pre-commit = "^3.8.0" +pre-commit = "^4.2.0" ruff = "^0.11.2" [build-system]