From 277155afa71d9a9373371d391d5afa3690c79376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:26:44 +0200 Subject: [PATCH] Bump pre-commit from 3.7.0 to 3.7.1 (#21) 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 86a0bb0..b31460f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,13 +258,13 @@ files = [ [[package]] name = "pre-commit" -version = "3.7.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, - {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, + {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, + {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, ] [package.dependencies] @@ -551,4 +551,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cfa1313f48d16f44f500809c7c024b47282aa5e5f816f8b064fbcda576b8c478" +content-hash = "7d5aca42e182c894eef6fe8fe46135bc923167b49321441d14e7e4d9c7f02e89" diff --git a/pyproject.toml b/pyproject.toml index 7c909c8..698748d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ readme = "README.md" # Could also do ["path/to/README0.md", "path/to/README1.md" python = "^3.10" [tool.poetry.group.dev.dependencies] -pre-commit = "^3.7.0" +pre-commit = "^3.7.1" ruff = "^0.4.4" pyright = "^1.1.363" pytest = "^8.2.1"