From c6cbed18a80361aadedd5659add0389f84e93725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:25:31 +0000 Subject: [PATCH 1/2] Update astroid requirement from <=2.5,>=2.4.0 to >=2.4.0,<=3.0.1 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.0.1) --- 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..a83a38a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astroid<=2.5,>=2.4.0 +astroid>=2.4.0,<=3.0.1 click>=7.1.2 consolekit>=0.6.0 domdf-python-tools>=2.8.1 From 000418fbd4d748bc3b8fcfb36113433030c1e14a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:26:41 +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 a83a38a..adef8a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astroid>=2.4.0,<=3.0.1 +astroid<=3.0.1,>=2.4.0 click>=7.1.2 consolekit>=0.6.0 domdf-python-tools>=2.8.1