Skip to content

Commit 51407b3

Browse files
chore(deps): bump pylint-django from 2.7.0 to 2.8.0 in /requirements
Bumps [pylint-django](https://github.com/pylint-dev/pylint-django) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/pylint-dev/pylint-django/releases) - [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst) - [Commits](pylint-dev/pylint-django@v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: pylint-django dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d82f525 commit 51407b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.7.0 # https://github.com/PyCQA/pylint-django
21+
pylint-django==2.8.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.7.0 # https://github.com/PyCQA/pylint-django
43+
pylint-django==2.8.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)