From 37ff6832d80e583edd3433bc0edc8f26f8dd6182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 06:06:27 +0000 Subject: [PATCH] Bump pre-commit from 2.21.0 to 3.0.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.0.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.0.0) --- 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 1329a5d..f2576c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1168,14 +1168,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.0.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" 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.0.0-py2.py3-none-any.whl", hash = "sha256:6af0a0b4137c0903794632f77b7223c4af0373f5cd3337056d2dab32aa3a5caf"}, + {file = "pre_commit-3.0.0.tar.gz", hash = "sha256:de265f74325f0c3ff1a727a974449315ea9b11975cf6b02c11f26e50acfa48f1"}, ] [package.dependencies] @@ -1942,4 +1942,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "24a5826a64fafef460cb1f3dcb0a3ee025ea22cfb0228272ff043ea290420ff5" +content-hash = "8bd345dacc7b2c84fbc4f06b430baf11a6f72d2140c83f9fad36b807da0118a3" diff --git a/pyproject.toml b/pyproject.toml index 7a41727..c3179e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8 = "^4.0.1" flake8-docstrings = "^1.6.0" isort = "^5.11.4" mypy = "^0.991" -pre-commit = "^2.21.0" +pre-commit = "^3.0.0" pre-commit-hooks = "^4.4.0" pylint = "^2.15.10" pytest = "^7.2.1"