From 04054bb2f33f33cd85340ce885e54c91c3bb81a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:37:38 +0000 Subject: [PATCH] Bump pylint from 3.3.1 to 3.3.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 980318c..d6117ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ mkdocs-material==9.5.46 mkdocs-minify-plugin==0.8.0 mkdocstrings-python==1.12.2 pycodestyle==2.12.1 -pylint==3.3.1 +pylint==3.3.2 pytest==8.3.3; python_version>="3.8" pytest>=7.4.2; python_version<"3.8" twine==6.0.1; sys_platform!="zos"