diff options
author | 2024-02-14 05:01:54 +0000 | |
---|---|---|
committer | 2024-02-14 05:01:54 +0000 | |
commit | 6ec0877e4d69b097378b69016932a5f41f094cf0 (patch) | |
tree | 236a784fc29b6e4f8a02a77bdb674d0ca70934a4 | |
parent | Bump sentry-sdk from 1.40.3 to 1.40.4 (#2923) (diff) |
Bump pre-commit from 3.6.0 to 3.6.1 (#2921)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 681841111..8375cb9f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1235,13 +1235,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.0" +version = "3.6.1" 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.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, + {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, ] [package.dependencies] @@ -2368,4 +2368,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "bdc6f56cee8941107c1e5b1277aad8fc4336bb730373a7f0b435d54eea87bde0" +content-hash = "c73d9bea0d2a55fa6da3652b3e1dbf1130b4c32d926354ef87eb2c7e2febb802" diff --git a/pyproject.toml b/pyproject.toml index b2585b3ae..42b27ebd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pydantic-settings = "2.1.0" [tool.poetry.dev-dependencies] coverage = "7.4.1" httpx = "0.26.0" -pre-commit = "3.6.0" +pre-commit = "3.6.1" pip-licenses = "4.3.4" pytest = "8.0.0" pytest-cov = "4.1.0" |