From b3d993eec20d1817e0c0e4b50c36fc414df76c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:48:45 -0400 Subject: [PATCH] Bump pylint from 3.3.0 to 3.3.1 (#144) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8914eef..db0b1fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ mkdocs-material==9.5.36 mkdocs-minify-plugin==0.8.0 mkdocstrings-python==1.11.1 pycodestyle==2.12.1 -pylint==3.3.0 +pylint==3.3.1 pytest==8.3.3; python_version>="3.8" pytest>=7.4.2; python_version<"3.8" twine==5.1.1; sys_platform!="zos"