From 581c1e2658140d54a6a849b18cda92864ff7cf3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:31:41 +0000 Subject: [PATCH] chore(deps): update dependency pre-commit to v3 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4eebb378..493f323c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -656,14 +656,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.3.3" 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.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"}, + {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"}, ] [package.dependencies] @@ -1082,4 +1082,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cfb420b3bd8c5d6d17ef94b99e49a9a0455dff468b217091a777a4e8cc21ad41" +content-hash = "7dc2b8b50e77db3a9849d150c54bccada6d530d8260b7ff5541a816776906278" diff --git a/pyproject.toml b/pyproject.toml index 06b18ffd..2cbc0b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ black = "^23.0.0" coverage = "^7.0.0" ipython = "^8.7.0" mypy = "^0.991" -pre-commit = "^2.20.0" +pre-commit = "^3.0.0" pylint = "^2.15.8" pyright = "^1.1.283" pytest = "^7.2.0"