From 37a65ee5aa354bd2d600bba5714925e06522b400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:16:01 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): bump pre-commit from 3.6.1 to 3.6.2 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.1 to 3.6.2. - [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.1...v3.6.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... 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 49cea09..a650094 100644 --- a/poetry.lock +++ b/poetry.lock @@ -570,13 +570,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.1" +version = "3.6.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, - {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, + {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"}, ] [package.dependencies] @@ -925,4 +925,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11.2" -content-hash = "b0ecda0692802e4ce6560cad7a7235ce24bf6f0f1bbd0e44e7cfb6ab863d2f7e" +content-hash = "6df0bfb686bbb861d516bbc505bfc9e0049c24fb82ee381c666e6c13a8658acb" diff --git a/pyproject.toml b/pyproject.toml index 407a5d1..3cf0fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ coverage = "^7.2.7" pylint = "^3.0.0" pylint-exit = "^1.2.0" pytest = "^8.0.0" -pre-commit = "^3.6.1" +pre-commit = "^3.6.2" [build-system] requires = ["poetry-core"] -- 2.45.2