From 59de8d3962149272b45193c07837ef190c0e77db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:59:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pre-commit=20from=204.0.1=20?= =?UTF-8?q?to=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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:production update-type: version-update:semver-minor ... 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 68c0c6c..ffccbda 100644 --- a/poetry.lock +++ b/poetry.lock @@ -684,13 +684,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] @@ -1013,4 +1013,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2f0150b22255c1cc454885745ddf76c983f8e5af26e0ea08b1fe1eed1b40c127" +content-hash = "265c86ee397cc92aac9ccfe7e0f9b8b8ffbba65f170fd7a3057f52318c71d6d9" diff --git a/pyproject.toml b/pyproject.toml index ca815e5..398af98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ isort = "^5.13.2" black = "^24.10.0" ruff = "^0.9.2" mypy = "^1.14.1" -pre-commit = "^4.0.1" +pre-commit = "^4.1.0" pytest = "^8.3.4" google-api-python-client = "^2.159.0" grpcio = "^1.69.0"