From e2d6c4db610be73ccaa89c9c40509da8b11854ab Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:42:57 +0200 Subject: Bump astroid to 3.0.0a2 (#8627) --- requirements_test_min.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements_test_min.txt') diff --git a/requirements_test_min.txt b/requirements_test_min.txt index 441336291..834fc88f8 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==3.0.0a1 # Pinned to a specific version for tests +astroid==3.0.0a2 # Pinned to a specific version for tests typing-extensions~=4.5 py~=1.11.0 pytest~=7.3 -- cgit v1.2.1