From 136f8d8285aabb3df0c7dd5c8f38ad0aaae6df2f Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sat, 20 Jul 2024 09:06:10 -0400 Subject: [PATCH] Bump astroid to 3.2.4 --- pyproject.toml | 2 +- requirements_test_min.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0563ac7202..3069a85e0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,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>=3.2.3,<=3.3.0-dev0", + "astroid>=3.2.4,<=3.3.0-dev0", "isort>=4.2.5,<6,!=5.13.0", "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 b8d46bd2e3..f043188bc0 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,6 +1,6 @@ .[testutils,spelling] # astroid dependency is also defined in pyproject.toml -astroid==3.2.3 # Pinned to a specific version for tests +astroid==3.2.4 # Pinned to a specific version for tests typing-extensions~=4.12 py~=1.11.0 pytest~=8.2