From 4e285e8d1624a2e9f99e36eae74a4a9f291e604f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 06:47:41 +0000 Subject: [PATCH 1/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 e044cec..f780ad5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple -astroid==3.1.0 +astroid==3.2.2 certifi==2024.2.2 From 2089e8b7823fa2283f5845cf9134952a205f93ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 06:55:19 +0000 Subject: [PATCH 2/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 0e099fc..71334dc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -38,7 +38,7 @@ platformdirs==4.2.2 pluggy==1.5.0 -pylint==3.1.1 +pylint==3.2.1 pytest==8.2.1