From 8a5cff01bacbd01236bf23aba7834dadbea49bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:11:41 +0000 Subject: [PATCH] poetry: bump pre-commit from 3.6.2 to 4.0.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.2 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/v3.6.2...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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b41e5d956..47997ef11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "allure-behave" @@ -1994,13 +1994,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.2" +version = "4.0.1" 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-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -2634,4 +2634,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "baf3994ae4e408530e864c1cb2b5bf4856c994134712a088046bb0155a681b19" +content-hash = "97bdd48c5d4b4bd119c995aa213f53f2a6d0fbbc15d4e46b329518976d41ba8e" diff --git a/pyproject.toml b/pyproject.toml index 3bd2b2fe1..5a17430dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ sh = "^2.0.6" moto = {extras = ["dynamodb", "s3"], version = "^5.0.5"} behave = "^1.2.6" pyyaml = "^6.0.1" -pre-commit = "^3.6.2" +pre-commit = "^4.0.1" ruff = "^0.3.2" fire = "^0.6.0" gherkin-official = "^28.0.0"