From 3c67650715e3d5f37c2dede913dcc43343435549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:24:05 +0200 Subject: [PATCH] Bump pylint from 3.2.2 to 3.2.3 in the python-packages group (#19) Bumps the python-packages group with 1 update: [pylint](https://github.com/pylint-dev/pylint). Updates `pylint` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... 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 d2e7341..1224073 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.32.3 beautifulsoup4==4.12.3 git+https://github.com/paulorssalves/reverso_context_api flask[async]==3.0.3 -pylint==3.2.2 +pylint==3.2.3 black[d]==24.4.2