diff --git a/poetry.lock b/poetry.lock index 1fffb62..da32409 100644 --- a/poetry.lock +++ b/poetry.lock @@ -581,13 +581,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] @@ -1309,4 +1309,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "d0da8a30cc47fc0534972babf7c972d5d2ad981ff647b72fd355ad112750825e" +content-hash = "0042810881b0248d2ba8e22c5319df32968b6672985e9eb7b0db57d5f847abdd" diff --git a/pyproject.toml b/pyproject.toml index de72d0b..12c2bea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pytest-dotenv = "0.5.2" coverage = "7.4.1" requests = "2.31.0" black = "23.12.1" -pre-commit = "3.6.0" +pre-commit = "3.6.2" semver = "3.0.2" pylint = "3.0.3" testcontainers = "3.7.1"