From 8dd597b86fef46cf70646744a9654ea8be888130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:28:25 +0000 Subject: [PATCH] Bump the pylint group with 2 updates Bumps the pylint group with 2 updates: [astroid](https://github.com/pylint-dev/astroid) and [pylint](https://github.com/pylint-dev/pylint). Updates `astroid` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.3...v3.2.4) Updates `pylint` from 3.2.5 to 3.2.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pylint - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pylint ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 35270d9..3fa6245 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple -astroid==3.2.3 +astroid==3.2.4 certifi==2024.7.4 @@ -38,7 +38,7 @@ platformdirs==4.2.2 pluggy==1.5.0 -pylint==3.2.5 +pylint==3.2.6 pytest==8.2.2