From 8412ba40651c6bcca1f3037b845149ad5911cc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:44:58 +0000 Subject: [PATCH 1/2] Bump pylint from 3.1.1 to 3.2.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.1 to 3.2.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.1...v3.2.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 997aea84303..f1ee66ed323 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -34,7 +34,7 @@ pathlib2==2.3.7.post1 platformdirs==4.2.2 ; python_version >= '3.7' -pylint==3.1.1 +pylint==3.2.1 pyproject-hooks==1.1.0 ; python_version >= '3.7' From f41eac62bdf4f5e0d2566e8df2c6dbed85b5c02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:45:19 +0000 Subject: [PATCH 2/2] Bump astroid from 3.1.0 to 3.2.2 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.1.0 to 3.2.2. - [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.1.0...v3.2.2) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 997aea84303..36eb9c37ef6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple -astroid==3.1.0 ; python_full_version >= '3.7.2' +astroid==3.2.2 ; python_full_version >= '3.7.2' build==1.2.1