Bump pre-commit from 2.21.0 to 3.7.1 in /spiffworkflow-backend (#1957)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.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/v2.21.0...v3.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bcc64895a6
commit
038fbeedbb
|
@ -1815,13 +1815,13 @@ testing = ["pytest", "pytest-benchmark"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pre-commit"
|
name = "pre-commit"
|
||||||
version = "2.21.0"
|
version = "3.7.1"
|
||||||
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.9"
|
||||||
files = [
|
files = [
|
||||||
{file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"},
|
{file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"},
|
||||||
{file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"},
|
{file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -3467,4 +3467,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.10,<3.13"
|
python-versions = ">=3.10,<3.13"
|
||||||
content-hash = "0e59a862bfb1be206a27967c28452ce2d8f65cc4361c79dbf5787da20d73c688"
|
content-hash = "c0ec0a43ff05e23b88ce60b86bf894283928de9ab95fc91e253908d579b3bc8e"
|
||||||
|
|
|
@ -98,7 +98,7 @@ safety = "^3.2.3"
|
||||||
mypy = ">=0.961"
|
mypy = ">=0.961"
|
||||||
typeguard = "^4"
|
typeguard = "^4"
|
||||||
xdoctest = {extras = ["colors"], version = "^1.1.3"}
|
xdoctest = {extras = ["colors"], version = "^1.1.3"}
|
||||||
pre-commit = "^2.20.0"
|
pre-commit = "^3.7.1"
|
||||||
ruff = "^0.4.7"
|
ruff = "^0.4.7"
|
||||||
|
|
||||||
pytest-random-order = "^1.1.0"
|
pytest-random-order = "^1.1.0"
|
||||||
|
|
Loading…
Reference in New Issue