Bump pre-commit-hooks from 4.6.0 to 5.0.0 in /spiffworkflow-backend (#2138)
Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: pre-commit-hooks 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> Co-authored-by: jasquat <jasquat@users.noreply.github.com>
This commit is contained in:
parent
e702404b16
commit
140fdfaeed
|
@ -1834,13 +1834,13 @@ virtualenv = ">=20.10.0"
|
|||
|
||||
[[package]]
|
||||
name = "pre-commit-hooks"
|
||||
version = "4.6.0"
|
||||
version = "5.0.0"
|
||||
description = "Some out-of-the-box hooks for pre-commit."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "pre_commit_hooks-4.6.0-py2.py3-none-any.whl", hash = "sha256:a69199e6a2d45ec59c1020a81ca1549abddc2afb798276d9a0d951752d6abbfe"},
|
||||
{file = "pre_commit_hooks-4.6.0.tar.gz", hash = "sha256:eb1f43ee67869cd41b4c59017fad4a0f9d4d61201d163f2135535aaf65035a2b"},
|
||||
{file = "pre_commit_hooks-5.0.0-py2.py3-none-any.whl", hash = "sha256:8d71cfb582c5c314a5498d94e0104b6567a8b93fb35903ea845c491f4e290a7a"},
|
||||
{file = "pre_commit_hooks-5.0.0.tar.gz", hash = "sha256:10626959a9eaf602fbfc22bc61b6e75801436f82326bfcee82bb1f2fc4bc646e"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3515,4 +3515,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.10,<3.13"
|
||||
content-hash = "f13d27ef16df97cbe5d4b79ce7608782d3a2d0db3e33efcd3a4832dc572a2e7c"
|
||||
content-hash = "808ae2657414332aa12a87e117d5f47d191e2bdb92835406c9cb77cc811ca79b"
|
||||
|
|
|
@ -114,7 +114,7 @@ pytest-xdist = "3.6.1"
|
|||
bandit = "1.7.9"
|
||||
|
||||
# flask-sqlalchemy-stubs = "^0.2"
|
||||
pre-commit-hooks = "^4.6.0"
|
||||
pre-commit-hooks = "^5.0.0"
|
||||
Pygments = "^2.18.0"
|
||||
|
||||
# type hinting stuff
|
||||
|
|
Loading…
Reference in New Issue