Skip to content

Commit 1128d49

Browse files
authored
Merge pull request #998 from jrobichaud/dependabot/pip/requirements/pylint-django-2.7.0
2 parents 027aecc + 63ee095 commit 1128d49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pytest-cov==7.0.0
1818
# Code quality
1919
# ------------------------------------------------------------------------------
2020
-r coverage.txt
21-
pylint-django==2.6.1 # https://github.com/PyCQA/pylint-django
21+
pylint-django==2.7.0 # https://github.com/PyCQA/pylint-django
2222
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
2323

2424
# Django

requirements/local-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pytest-mock==3.15.1 # https://github.com/pytest-dev/pytest-mock
4040
-r ruff.txt
4141
-r coverage.txt
4242
-r black.txt
43-
pylint-django==2.6.1 # https://github.com/PyCQA/pylint-django
43+
pylint-django==2.7.0 # https://github.com/PyCQA/pylint-django
4444
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
4545

4646
# Django

0 commit comments

Comments
 (0)