From a07afc2ab3db3a8702e88c26a2e026793b7491a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:02:12 +0000 Subject: [PATCH] Bump pre-commit from 3.2.0 to 3.2.2 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.0 to 3.2.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.2.0...v3.2.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 bda1d4f..7bd5c31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,14 +258,14 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "3.2.0" +version = "3.2.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.2.0-py2.py3-none-any.whl", hash = "sha256:f712d3688102e13c8e66b7d7dbd8934a6dda157e58635d89f7d6fecdca39ce8a"}, - {file = "pre_commit-3.2.0.tar.gz", hash = "sha256:818f0d998059934d0f81bb3667e3ccdc32da6ed7ccaac33e43dc231561ddaaa9"}, + {file = "pre_commit-3.2.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"}, + {file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"}, ] [package.dependencies] @@ -410,4 +410,4 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6a45c0a692d660c64c38e873019a7b10e2702910a75fa689813e409f52bd4de1" +content-hash = "ae0cd97078607dce0c5344348d445ec0379814736dc0e436e307fa3a9578c7dd" diff --git a/pyproject.toml b/pyproject.toml index da75867..5345843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.8" [tool.poetry.dev-dependencies] pytest = "^7.2" -pre-commit = "^3.2.0" +pre-commit = "^3.2.2" black = "^23.3.0" [build-system] -- 2.51.2