From 4b7bcc986cc0de5f893091979fbbbf48c0eb7a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:12:12 +0200 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates (#26) Bumps the python-packages group with 2 updates in the / directory: [pylint](https://github.com/pylint-dev/pylint) and [black[d]](https://github.com/psf/black). Updates `pylint` from 3.2.6 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.3.1) Updates `black[d]` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black[d] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5340bb7..0231d2f 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.6 -black[d]==24.8.0 +pylint==3.3.1 +black[d]==24.10.0