From 36840bfcfa14ec73d9a27736be8f074cb76ad5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:16:26 +0000 Subject: [PATCH] Update pylint requirement from ~=3.0.2 to ~=3.1.0 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 6fa3014..986b66b 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -6,5 +6,5 @@ flake8~=7.0.0 isort~=5.12.0 mypy~=1.9.0 pycodestyle~=2.11.1 -pylint~=3.0.2 +pylint~=3.1.0 pytest~=8.1.1