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

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.0.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.8.0...v4.0.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>
This commit is contained in:
dependabot[bot] 2024-10-08 16:57:48 +00:00 committed by Luke Tainton
parent 0d4405ab35
commit 73b6b243ce
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -602,13 +602,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
version = "4.0.0"
version = "4.0.1"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.9"
files = [
{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"},
{file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"},
{file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"},
]
[package.dependencies]
@ -1034,4 +1034,4 @@ files = [
[metadata]
lock-version = "2.0"
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-exit = "^1.2.0"
pytest = "^8.3.3"
pre-commit = "^4.0.0"
pre-commit = "^4.0.1"
[build-system]
requires = ["poetry-core"]