Merge pull request #103 from Alexander-D-Karpov/dependabot/pip/pre-commit-3.2.2

Bump pre-commit from 3.2.1 to 3.2.2
This commit is contained in:
Alexander Karpov 2023-04-06 00:31:48 +03:00 committed by GitHub
commit 6dc1249632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2914,14 +2914,14 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
version = "3.2.1"
version = "3.2.2"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "pre_commit-3.2.1-py2.py3-none-any.whl", hash = "sha256:a06a7fcce7f420047a71213c175714216498b49ebc81fe106f7716ca265f5bb6"},
{file = "pre_commit-3.2.1.tar.gz", hash = "sha256:b5aee7d75dbba21ee161ba641b01e7ae10c5b91967ebf7b2ab0dfae12d07e1f1"},
{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]
@ -4759,4 +4759,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "5f90f41158f16044973e5bf7b5f5b287c95a3370ba8a3fd0d4835a26bfb39499"
content-hash = "d3d53e6523a3c7e733311869fbefc220d54b606b21bb62bb9737a23dcfc438e4"

View File

@ -49,7 +49,7 @@ coverage = "^7.2.1"
black = "^22.12.0"
pylint-django = "^2.5.3"
pylint-celery = "^0.3"
pre-commit = "^3.2.1"
pre-commit = "^3.2.2"
factory-boy = "^3.2.1"
django-debug-toolbar = "^4.0.0"
django-extensions = "^3.2.1"