Skip to content

Commit 72a202a

Browse files
Upgrade astroid to 2.7.2
1 parent 56fdadb commit 72a202a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-e .
2-
astroid==2.7.1 # Pinned to a specific version for tests
2+
astroid==2.7.2 # Pinned to a specific version for tests
33
pytest~=6.2
44
pytest-benchmark~=3.4

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ project_urls =
4343
packages = find:
4444
install_requires =
4545
appdirs>=1.4.0
46-
astroid>=2.7.1,<2.8 # (You should also upgrade requirements_test_min.txt)
46+
astroid>=2.7.2,<2.8 # (You should also upgrade requirements_test_min.txt)
4747
isort>=4.2.5,<6
4848
mccabe>=0.6,<0.7
4949
toml>=0.7.1

0 commit comments

Comments
 (0)