From 883ee9ab5399d59ffd8a479941b5ca7fc6fd3194 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 12 Feb 2023 22:38:22 +0100 Subject: Upgrade astroid to 2.14.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 8bb98427e..80547df05 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'", -- cgit v1.2.1