From c8d3fddcbe58c99837eea1de66a198249906afe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:55:30 +0100 Subject: [PATCH] Upgrade astroid to 2.14.2 (#8274) (cherry picked from commit 883ee9ab5399d59ffd8a479941b5ca7fc6fd3194) 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 3fa73da29f..9f724e7e9e 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/PyCQA/astroid/issues/1341 - "astroid>=2.14.1,<=2.16.0-dev0", + "astroid>=2.14.2,<=2.16.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 d5764c0337..a4e6c307f4 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.14.1 # Pinned to a specific version for tests +astroid==2.14.2 # Pinned to a specific version for tests typing-extensions~=4.4 py~=1.11.0 pytest~=7.2