Bump pre-commit from 3.6.2 to 3.7.1

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.2 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.6.2...v3.7.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-13 09:02:02 +00:00
committed by GitHub
parent 2338effac3
commit fe22c43664
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -627,13 +627,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
version = "3.6.2"
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.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"},
{file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"},
{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]
@@ -955,4 +955,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "91d23b55cd07d0ef9a3cc70515f748c9fdfa62245353482df44d214fe90d6513"
content-hash = "3b532f9ec5cfbc7bfd80a1d7f01d2a54f5432a1395797ef0c35f3eba465dc2c8"

View File

@@ -23,7 +23,7 @@ pyhumps = "^3.0.2"
[tool.poetry.dev-dependencies]
pytest = "^8.2"
pre-commit = "^3.6.2"
pre-commit = "^3.7.1"
black = "^24.4"
pylint = "^3.1.0"
isort = "^5.10.1"