Bump pre-commit from 3.7.1 to 4.0.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 4.0.0. - [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.7.1...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -654,13 +654,13 @@ testing = ["pytest", "pytest-benchmark"]
|
||||
|
||||
[[package]]
|
||||
name = "pre-commit"
|
||||
version = "3.7.1"
|
||||
version = "4.0.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-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"},
|
||||
{file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1002,4 +1002,4 @@ multidict = ">=4.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<4.0"
|
||||
content-hash = "e4c9fc8f82ace0527bd0c9e25fd16a80fdec271da68f5806aa42a71c33853e6c"
|
||||
content-hash = "066dc6accc259bff2ccf6ad84ad68d63287fb7218df126919ace2d32c2ea008e"
|
||||
|
||||
@@ -23,7 +23,7 @@ pyhumps = "^3.0.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^8.3"
|
||||
pre-commit = "^3.7.1"
|
||||
pre-commit = "^4.0.0"
|
||||
black = "^24.4"
|
||||
pylint = "^3.3.0"
|
||||
isort = "^5.10.1"
|
||||
|
||||
Reference in New Issue
Block a user