From a9ddec6e307fb979cae46e801f29ef85391a1e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:39:19 +0000 Subject: [PATCH] Update pylint requirement from ~=3.0.3 to ~=3.1.0 in /ada 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.3...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- ada/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ada/requirements-dev.txt b/ada/requirements-dev.txt index 5ed07a04..54eb25e8 100644 --- a/ada/requirements-dev.txt +++ b/ada/requirements-dev.txt @@ -1,3 +1,3 @@ mypy~=1.8 -pylint~=3.0.3 +pylint~=3.1.0 git+https://github.com/matangover/mypyls.git#egg=mypyls