diff --git a/poetry.lock b/poetry.lock index 6a624de..75a4c9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -807,13 +807,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.0" +version = "3.6.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.0-py2.py3-none-any.whl", hash = "sha256:c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376"}, - {file = "pre_commit-3.6.0.tar.gz", hash = "sha256:d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d"}, + {file = "pre_commit-3.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"}, + {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"}, ] [package.dependencies] @@ -1314,4 +1314,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bf5cd099a4c52236462e916fc45eff420032f1c49df030e6baf8a19554441f1a" +content-hash = "801b0e0d18e5698a3fa7db2def945cc100a12d4754a318bc76b50d130eaed864" diff --git a/pyproject.toml b/pyproject.toml index 13788db..bd4c969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keyrings-google-artifactregistry-auth = "^1.1.2" [tool.poetry.group.dev.dependencies] flake8 = "^7.0.0" -pre-commit = "^3.6.0" +pre-commit = "^3.6.2" pytest = "^8.0.1" pytest-cov = "^4.1.0" black = "^24.2.0"