From 9f4348a1f0da8ac52b51872e0808116ad848d8a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:10:34 +0000 Subject: [PATCH] chore(deps-dev): bump pre-commit from 3.8.0 to 4.0.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.0.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/v3.8.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b459615..efc1527 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2040,13 +2040,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.0.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {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"}, ] [package.dependencies] @@ -3965,4 +3965,4 @@ wiremock = ["wiremock"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b2631cc3b125b389c7214b1494ac3546b5bd78b7539e2a8640125644287a1af3" +content-hash = "3af8128c9c659eb23ae7fec3c9a1ef435a8795741760ee8cb899cb53805bc20d" diff --git a/pyproject.toml b/pyproject.toml index 3784e28..8d1fe83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ flake8-simplify = "^0.21.0" httpx = ">=0.25,<0.28" isort = "^5.12.0" mypy = "^1.4.1" -pre-commit = "^3.3.3" +pre-commit = ">=3.3.3,<5.0.0" pydantic = "^2.0.2" pydocstringformatter = "^0.7.3" pylint = { version = "^3.0.2", extras = ["spelling"] }