From 8aac4fe496925248a52b9590627fbd8980acb310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:42:02 +0000 Subject: [PATCH] Bump the linters group with 2 updates Bumps the linters group with 2 updates: [black](https://github.com/psf/black) and [pylint](https://github.com/pylint-dev/pylint). Updates `black` from 23.9.1 to 23.10.1 - [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/23.9.1...23.10.1) Updates `pylint` from 2.17.7 to 3.0.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.7...v3.0.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: linters - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-major dependency-group: linters ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 514cc91..a85bc8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,9 @@ tests = [ "pytest==7.4.3", "pytest-cov==4.1.0", "pytest-xdist==3.3.1", - "black==23.9.1", + "black==23.10.1", "flake8==6.1.0", - "pylint==2.17.7", + "pylint==3.0.2", "tox==4.11.3", "moto==4.1.12", "mkdocs==1.5.3",