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

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.0.1 to 4.1.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/v4.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pre-commit-4.1.0
dependabot[bot] 8 months ago committed by GitHub
parent 2b3b3d83ab
commit ed8c61070e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
poetry.lock generated

@ -1511,13 +1511,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
version = "4.0.1"
version = "4.1.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.9"
files = [
{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"},
{file = "pre_commit-4.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"},
{file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"},
]
[package.dependencies]
@ -2393,4 +2393,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "ce2965cc31d92f38308e67918f7b13114b945f7280d4f9bdef19349a7f32c49a"
content-hash = "ece8789aa85cca5988c1f7c3d531b07c806334bfc4d0526cbaa5c18617bc0ac1"

@ -20,7 +20,7 @@ isort = "^5.12.0"
mypy = "^1.13.0"
flake8 = "^7.1.1"
docformatter = {extras = ["tomli"], version = "^1.7.1"}
pre-commit = "^4.0.1"
pre-commit = "^4.1.0"
pytest = "^8.3.3"
pytest-asyncio = ">=0.20.3,<0.25.0"
vermin = "^1.5.1"

Loading…
Cancel
Save