From b5b449bfa7a1825e776ebd490d927a8636d0fed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 03:30:33 +0000 Subject: [PATCH] :arrow_up: Bump pre-commit from 2.21.0 to 3.7.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 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/v2.21.0...v3.7.0) --- 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 a39e3cb..6366ba3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "bandit" @@ -1396,13 +1396,13 @@ poetry-core = ">=1.7.0,<2.0.0" [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.7.0" 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-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, + {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, ] [package.dependencies] @@ -2228,4 +2228,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f66dafde163ca13bc0f0aa0dc9835d1ed351a7d689bb81270621e4738e080795" +content-hash = "5c9eb6f7d43063013030cf3cd66a522e5487cb095fc78837c76dbebac1ccd4a1" diff --git a/pyproject.toml b/pyproject.toml index d986b5a..8e27c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest-html = "^3.1.1" pytest-cov = "^3.0.0" bandit = "^1.7.1" ruff = "^0.1.6" -pre-commit = "^2.21.0" +pre-commit = "^3.7.0" coverage = "^6.1.2" coverage-badge = "^1.1.0" safety = "^2.3.5"