From 440171b4c577115ae863e20959e7960c20ca522f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 02:59:41 +0000 Subject: [PATCH] Bump pre-commit from 3.5.0 to 3.7.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.7.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.5.0...v3.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 492322551..2d2ae889c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2012,13 +2012,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.5.0" +version = "3.7.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, - {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, + {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] @@ -3264,4 +3264,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "53cf4fc1392db8efb08e31038ad95968d5bb84765efa6609e47ef87d12d7aa62" +content-hash = "f3058a82f9db982cb9d3b461ab51681c292afd0d471a1585d89192982636d328" diff --git a/pyproject.toml b/pyproject.toml index 7b832b846..0e79721c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ ipython = "^8.24.0" mypy = "1.9.0" myst-parser = "2.0.0" pandas = "^2.2.1" -pre-commit = "3.5.0" +pre-commit = "3.7.1" pytest = "8.1.1" pytest-cov = "5.0.0" pytest-env = "1.0.1"