From 101acb579f95ac8fac68cf5f86f0eb7a20673dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 03:21:29 +0000 Subject: [PATCH] Bump pylint-django from 2.5.3 to 2.5.5 Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 2.5.3 to 2.5.5. - [Release notes](https://github.com/PyCQA/pylint-django/releases) - [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/pylint-django/commits) --- updated-dependencies: - dependency-name: pylint-django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/readthedocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/readthedocs.txt b/requirements/readthedocs.txt index 61e09797a6..cc0f89c5f4 100644 --- a/requirements/readthedocs.txt +++ b/requirements/readthedocs.txt @@ -12,6 +12,6 @@ factory_boy mock pydot # linting tools -pylint-django==2.5.3 +pylint-django==2.5.5 twine pyOpenSSL