From 8f3c245c601661cf2ea3f66393b6f16e7dab059e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:00:36 +0200 Subject: [PATCH] Bump pre-commit from 3.7.1 to 3.8.0 (#51) 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 955c910..221dafc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,13 +258,13 @@ files = [ [[package]] name = "pre-commit" -version = "3.7.1" +version = "3.8.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {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"}, + {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, + {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, ] [package.dependencies] @@ -552,4 +552,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2cba378acafb8a3dfbfdcec014d74eaaebcceca4792f25067dcf1e4c59e8dc62" +content-hash = "bec27f6b63b39131c0dbf39a1b1d53b2990580cdf06f95fb522947decf950a64" diff --git a/pyproject.toml b/pyproject.toml index 122ef45..51aea3b 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.1" +pre-commit = "^3.8.0" ruff = "^0.6.4" pyright = "^1.1.379" pytest = "^8.3.3"