Skip to content

Commit 6484bfc

Browse files
Upgrade to astroid 2.5.4
1 parent 139cd71 commit 6484bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_test_min.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-e .
2-
astroid==2.5.3 # Pinned to a specific version for tests
2+
astroid==2.5.4 # Pinned to a specific version for tests
33
pytest~=6.2
44
pytest-benchmark~=3.4

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ project_urls =
4141
[options]
4242
packages = find:
4343
install_requires =
44-
astroid>=2.5.3,<2.7
44+
astroid>=2.5.4,<2.7
4545
isort>=4.2.5,<6
4646
mccabe>=0.6,<0.7
4747
toml>=0.7.1

0 commit comments

Comments
 (0)