chore(pip-dev)(deps-dev): bump pre-commit from 3.8.0 to 4.0.1 #377

Merged
dependabot[bot] merged 1 commits from dependabot/pip/pre-commit-4.0.1 into main 2024-10-08 19:45:10 +02:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -602,13 +602,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]] [[package]]
name = "pre-commit" name = "pre-commit"
version = "4.0.0" version = "4.0.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.9" python-versions = ">=3.9"
files = [ files = [
{file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"},
{file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"},
] ]
[package.dependencies] [package.dependencies]
@ -1034,4 +1034,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11.2" python-versions = "^3.11.2"
content-hash = "301b6238983c93b8d41f79a017d960b8d3b624541569d284634835aa4d73d040" content-hash = "cccc403fbde7c295c5f6123f9d33104381d36545e82e76c1500ca4a8a9d442c9"

View File

@ -17,7 +17,7 @@ coverage = "^7.6.1"
pylint = "^3.2.6" pylint = "^3.2.6"
pylint-exit = "^1.2.0" pylint-exit = "^1.2.0"
pytest = "^8.3.3" pytest = "^8.3.3"
pre-commit = "^4.0.0" pre-commit = "^4.0.1"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]