From dd856509f59f8eeedea8245cada89a63ffee915d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:45:42 +0000 Subject: [PATCH 1/2] Bump pylint from 3.1.1 to 3.2.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.1...v3.2.0) --- 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 f7071281..576d53c1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -36,7 +36,7 @@ platformdirs==4.2.1 ; python_version >= '3.7' pluggy==1.5.0 ; python_version >= '3.6' -pylint==3.1.1 +pylint==3.2.0 pytest==8.2.0 From 6c2d722f87287591a467a5798dd6b29b7630e43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 16:23:45 +0000 Subject: [PATCH 2/2] Bump astroid from 3.1.0 to 3.2.1 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.1.0 to 3.2.1. - [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.1) --- 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 f3b82298..25ca18d3 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.1 ; python_full_version >= '3.7.2' certifi==2024.2.2 ; python_version >= '3.6'