Merge pull request #132 from Alexander-D-Karpov/dependabot/pip/pre-commit-3.3.1

Bump pre-commit from 3.2.2 to 3.3.1
This commit is contained in:
Alexander Karpov 2023-05-08 11:35:18 +03:00 committed by GitHub
commit 5b0029b8a6
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

@ -3536,14 +3536,14 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
version = "3.2.2"
version = "3.3.1"
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.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"},
{file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"},
{file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"},
{file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"},
]
[package.dependencies]
@ -5698,4 +5698,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "29cd9d497bb7ecfbcbcebd835ee5bc40873b93c7a581225bdd8ee2bdb9837fdd"
content-hash = "16eba8e9b1046c36b55cb0cf9bf478435b2ca90c19e896782a9761cf6cc55754"

View File

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