From 6c6d44c08e9e3f57e4f0d35757710e2e6a708d38 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 4 Oct 2024 14:34:06 -0400 Subject: [PATCH] Bump astroid to 3.3.5 (#10004) (cherry picked from commit d9b06c6d5ba0fd9b74b5d8441accedc6bdbecfd8) --- pyproject.toml | 2 +- requirements_test_min.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4dc647e18..4dfbd99dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,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.3.4,<=3.4.0-dev0", + "astroid>=3.3.5,<=3.4.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 06e60ed7b7..c14b34b837 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.3.4 # Pinned to a specific version for tests +astroid==3.3.5 # Pinned to a specific version for tests typing-extensions~=4.12 py~=1.11.0 pytest~=8.3