From d8962215754b8cc4fc7a1bd2c49f246338481eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 07:09:00 +0000 Subject: [PATCH] chore(deps): bump pylint from 3.3.0 to 3.3.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index a7c16da..b03a69c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,6 +5,6 @@ flake8==7.1.1 mypy==1.11.2 pydocstyle==6.3.0 isort -pylint==3.3.0 +pylint==3.3.1 tox==4.20.0 pytest