diff --git a/poetry.lock b/poetry.lock index 8d22dae..4978d06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -377,13 +377,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.1.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.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"}, + {file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"}, ] [package.dependencies] @@ -688,4 +688,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c4f6be8472cc24124946b8d451a89f45146112a381932d687a2602f48428d06e" +content-hash = "561304f48f846947274de8168fe4726b0cbd9efa4fa6db8dc27fd6c2b69ce0cc" diff --git a/pyproject.toml b/pyproject.toml index 5fc5360..9ec3605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pynamodb = "^6.0.0" black = "^24.3" flake8 = ">=5.0.4,<8.0.0" isort = ">=5.11.5,<7.0.0" -pre-commit = ">=2.21,<4.0" +pre-commit = ">=2.21,<5.0" pyright = "^1.1.360" [tool.poetry.group.test.dependencies]