From a83137da3d72990d41ae993128fdde297cbc36cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:48:18 +0000 Subject: Upgrade astroid to 2.15.4 (#8615) Co-authored-by: Pierre Sassoulas --- pyproject.toml | 2 +- requirements_test_min.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a592b9fbe..940af4864 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>=2.15.3,<=2.17.0-dev0", + "astroid>=2.15.4,<=2.17.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 5592bc7e7..8d466c3ad 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==2.15.3 # Pinned to a specific version for tests +astroid==2.15.4 # Pinned to a specific version for tests typing-extensions~=4.5 py~=1.11.0 pytest~=7.3 -- cgit v1.2.1