diff --git a/poetry.lock b/poetry.lock index 6a88cc1..f012e18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -693,13 +693,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "4.1.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {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] @@ -1324,4 +1324,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5926fe8324a1bbf47150a4922b1c44dc53707907a6b2f1a305cec86014ad6217" +content-hash = "2da6a1baf79187428654aaaf854e52f60b7a9e747c1cda7eba8ea71679460afc" diff --git a/pyproject.toml b/pyproject.toml index 235df6d..687fac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ kubernetes-typed = { git = "https://github.com/nikhiljha/kubernetes-typed.git", types-requests = "^2.28.2" flake8 = "^6.0.0" isort = "^5.11.4" -pre-commit = "^2.21.0" +pre-commit = "^4.1.0" pytest = "^7.2.1" coverage = { version = "^6.3.2", extras = ["toml"] }