From d15b112cb090a5a9512c9351b4e2ee73ff3c2b72 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 3 Aug 2023 05:22:14 +0000 Subject: [PATCH] chore(deps): bump pre-commit from v3.3.2 to v3.3.3 | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | pypi | pre-commit | 3.3.2 | 3.3.3 | --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4703e32..7a917b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -332,13 +332,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- [[package]] name = "pre-commit" -version = "3.3.2" +version = "3.3.3" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.2-py2.py3-none-any.whl", hash = "sha256:8056bc52181efadf4aac792b1f4f255dfd2fb5a350ded7335d251a68561e8cb6"}, - {file = "pre_commit-3.3.2.tar.gz", hash = "sha256:66e37bec2d882de1f17f88075047ef8962581f83c234ac08da21a0c58953d1f0"}, + {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] @@ -518,4 +518,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "==3.11.4" -content-hash = "356331a4fc4773484156ba43e4202dbdff73384e404712693ea5df9fed39ed44" +content-hash = "1579244f6dcea92bdeabd739a532fd900361f11150e86dbaf2cc2a8be47fb8e9" diff --git a/pyproject.toml b/pyproject.toml index 6a29d04..8005c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,4 +20,4 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.dev-dependencies] commitizen = "==3.2.2" # Keep in sync with .pre-commit-config.yaml. - pre-commit = "==3.3.2" + pre-commit = "==3.3.3"