From c68ec41c49a4d60de9731805a5669a9c0f443240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:34:22 +0000 Subject: [PATCH] Bump pre-commit from 3.6.0 to 3.6.1 (#1454) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 53fd517b67..20c3143e62 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.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] @@ -1825,4 +1825,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "25947902e1997981e8efe43a3393584760a6437ebdae25eda77970b3458caa92" +content-hash = "a63766f6ab20fb07a9c343df1fc85a9ec2c877379532ac0bbc77af7fce69bf2a" diff --git a/pyproject.toml b/pyproject.toml index c020fa1df2..1416562b4c 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.0" +pre-commit = "3.6.1" python-dotenv = "1.0.1" ruff = "0.2.0" taskipy = "1.12.2"