From a21af6a7971f70a8cbd5e89acce213c17c75e813 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 6 Sep 2022 12:44:37 +0200 Subject: Upgrade astroid version following 2.12.8 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 4870201f5..7650c7f11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ # Also upgrade requirements_test_min.txt if you are bumping astroid. # 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.12.4,<=2.14.0-dev0", + "astroid>=2.12.8,<=2.14.0-dev0", "isort>=4.2.5,<6", "mccabe>=0.6,<0.8", "tomli>=1.1.0;python_version<'3.11'", -- cgit v1.2.1