From 5d4805fe6a08a44ed8662c7ec1d1ff941d06b040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:59:06 +0000 Subject: [PATCH] build(deps): update pylint requirement from ~=3.0.3 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.3...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5335d91..c1b5aaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ Jinja2~=3.1.3 -pylint~=3.0.3 \ No newline at end of file +pylint~=3.1.0 \ No newline at end of file