From 298573f2b68688fd28aa506874bbd4dfac7c7de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 07:46:59 +0000 Subject: [PATCH] Bump the python-packages group with 2 updates Updates the requirements on [black](https://github.com/psf/black) and [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Updates `black` to 23.11.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/22.3.0...23.11.0) Updates `pylint` to 3.0.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.13.0...v3.0.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production dependency-group: python-packages - dependency-name: pylint dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- lint-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 1e43bf10..865cefa9 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,2 +1,2 @@ -black~=22.3 -pylint~=2.13,!=2.13.6 \ No newline at end of file +black~=23.11 +pylint~=3.0 \ No newline at end of file