From b93a1b9d039d7eae07fea7a248af9a2ae400758b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:38:32 +0000 Subject: [PATCH] Bump pre-commit from 2.21.0 to 4.0.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.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/v2.21.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] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index bab6502..670432c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "anyio" @@ -652,13 +652,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {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] @@ -1051,4 +1051,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0d911b1ddb08c47b1050becac2dd0ddc839f65947cd35886e4fa0730baecce4f" +content-hash = "beccad166f50b804d9d6812580f113d2dd52a253b64551939c0e6a34adc9c3f1" diff --git a/pyproject.toml b/pyproject.toml index ecb55d1..e683751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ black = "^22.10.0" isort = "^5.10.1" flake8 = "^5.0.4" flake8-bugbear = "^22.12.6" -pre-commit = "^2.17.0" +pre-commit = "^4.0.1" pytest = "^7.2.0" pytest-trio = "^0.7.0" httpx = "^0.23.0"