From f6dbca5921e3c21313085f984f01c4562f39fbc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:04:04 -0500 Subject: [PATCH] Bump pre-commit from 3.6.2 to 3.7.0 in /spiffe (#152) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.2 to 3.7.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.6.2...v3.7.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spiffe/poetry.lock | 8 ++++---- spiffe/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spiffe/poetry.lock b/spiffe/poetry.lock index a8746a94..3ffca274 100644 --- a/spiffe/poetry.lock +++ b/spiffe/poetry.lock @@ -706,13 +706,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.2" +version = "3.7.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"}, - {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"}, + {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, + {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, ] [package.dependencies] @@ -1040,4 +1040,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e9fd082afb09df192b4f83fa35b72d5960020532ecec125cf708aa22d63d490c" +content-hash = "f705f910e6380753b1442a215777cfd6e0c05266f159d67cc8ab6df66e771724" diff --git a/spiffe/pyproject.toml b/spiffe/pyproject.toml index 6a53281d..69933878 100644 --- a/spiffe/pyproject.toml +++ b/spiffe/pyproject.toml @@ -23,7 +23,7 @@ black = "24.3.0" mypy = "1.9.0" mypy-protobuf = "3.5.0" types-protobuf = "4.24.0.20240311" -pre-commit = "3.6.2" +pre-commit = "3.7.0" pytest = "8.1.1" pytest-mock = "~3.14.0" flake8 = "7.0.0"