diff options
author | 2024-02-22 21:28:33 +0000 | |
---|---|---|
committer | 2024-02-22 21:28:33 +0000 | |
commit | 0e61606f28bfe64e30668ba4c805a901c90297a7 (patch) | |
tree | 4bb09e42e4d6b8fdd4299679858d6b0914ea3dce | |
parent | Bump sentry-sdk from 1.40.4 to 1.40.5 (#1464) (diff) |
Bump pre-commit from 3.6.1 to 3.6.2 (#1463)
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 aabb75b4..565b938a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -947,13 +947,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pre-commit" -version = "3.6.1" +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.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, - {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, + {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] @@ -1825,4 +1825,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "4fa90fdbaf781c60b87f7a05691731bc778a12177cdee99f29ca47e2ca1b63ee" +content-hash = "8c3c18e862631a0a43c75688ab24116bf5935d10e9599114ef6ec7b6a4ed788a" diff --git a/pyproject.toml b/pyproject.toml index 8d931d9d..b1968cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pydantic-settings = "2.1.0" [tool.poetry.dev-dependencies] pip-licenses = "4.3.4" -pre-commit = "3.6.1" +pre-commit = "3.6.2" python-dotenv = "1.0.1" ruff = "0.2.1" taskipy = "1.12.2" |