From ebe784a45209e643263b2ba94f2a25617b56f9fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:32:22 +0200 Subject: [PATCH] Bump pylint from 3.2.3 to 3.2.6 (#6) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.3 to 3.2.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.3...v3.2.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7652e2..2f7e88d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pylint==3.2.3 +pylint==3.2.6 numpy==1.24.4 pandas==2.0 pytest==8.2.2