From eb5f76ba9a2bf0f559b13b131df5f7d95d712f1b Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sat, 8 Jul 2023 16:48:48 -0400 Subject: [PATCH] Bump astroid to 3.0.0a7 --- pyproject.toml | 2 +- requirements_test_min.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 862dbf9bdf..3926a6de41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ # Also upgrade requirements_test_min.txt. # Pinned to dev of second minor update to allow editable installs and fix primer issues, # see https://github.com/pylint-dev/astroid/issues/1341 - "astroid @ git+https://github.com/pylint-dev/astroid.git@a7ab0880dea776e45c4c7e440298c4041d945e6d", + "astroid>=3.0.0a7,<=3.1.0-dev0", "isort>=4.2.5,<6", "mccabe>=0.6,<0.8", "tomli>=1.1.0;python_version<'3.11'", diff --git a/requirements_test_min.txt b/requirements_test_min.txt index f6bb6003bd..16b6eb9299 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,6 +1,6 @@ -e .[testutils,spelling] # astroid dependency is also defined in pyproject.toml -astroid @ git+https://github.com/pylint-dev/astroid.git@a7ab0880dea776e45c4c7e440298c4041d945e6d +astroid==3.0.0a7 # Pinned to a specific version for tests typing-extensions~=4.7 py~=1.11.0 pytest~=7.4