Merge pull request #150 from Alexander-D-Karpov/dependabot/pip/pre-commit-3.3.3

Bump pre-commit from 3.3.1 to 3.3.3
This commit is contained in:
Alexander Karpov 2023-06-20 11:28:13 +03:00 committed by GitHub
commit 5a7fb0a34a
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

@ -3395,13 +3395,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]] [[package]]
name = "pre-commit" name = "pre-commit"
version = "3.3.1" version = "3.3.3"
description = "A framework for managing and maintaining multi-language pre-commit hooks." description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"}, {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"},
{file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"}, {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"},
] ]
[package.dependencies] [package.dependencies]
@ -5451,4 +5451,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "d4dd294bd92f496922c84c0522f428d01c1e68f0cd91beec528c7225c942a02c" content-hash = "e78b8fe55f02ea36fc23efefad533706e51bf5e856ac4e8a65f444e1ec48eefb"

View File

@ -49,7 +49,7 @@ coverage = "^7.2.5"
black = "^22.12.0" black = "^22.12.0"
pylint-django = "^2.5.3" pylint-django = "^2.5.3"
pylint-celery = "^0.3" pylint-celery = "^0.3"
pre-commit = "^3.3.1" pre-commit = "^3.3.3"
factory-boy = "^3.2.1" factory-boy = "^3.2.1"
django-debug-toolbar = "^4.1.0" django-debug-toolbar = "^4.1.0"
django-extensions = "^3.2.1" django-extensions = "^3.2.1"