From 5c5054a521d76383b625b4143b5123f24336dbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:35:24 +0000 Subject: [PATCH 1/2] Update astroid requirement from <=2.5,>=2.4.0 to >=2.4.0,<=3.3.5 Updates the requirements on [astroid](https://github.com/pylint-dev/astroid) to permit the latest version. - [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/astroid-2.4.0...v3.3.5) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f12ca14..899376f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astroid<=2.5,>=2.4.0 +astroid>=2.4.0,<=3.3.5 click>=7.1.2 consolekit>=0.6.0 domdf-python-tools>=2.8.1 From 5e604901da8d314bf8e4eb1e9e2f1a600504bd7e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:35:35 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 899376f..5b1df36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astroid>=2.4.0,<=3.3.5 +astroid<=3.3.5,>=2.4.0 click>=7.1.2 consolekit>=0.6.0 domdf-python-tools>=2.8.1