diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-08-20 21:28:40 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-08-20 21:46:46 +0200 |
commit | 72a202aee221849f3d62f89f88a9a11350a31087 (patch) | |
tree | 6f461b3fee295e9382e4965657e7ca5fac706142 /setup.cfg | |
parent | 56fdadb1faa9e42a15efe8e8b2b3d373270d88f4 (diff) | |
download | pylint-git-72a202aee221849f3d62f89f88a9a11350a31087.tar.gz |
Upgrade astroid to 2.7.2
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ project_urls = packages = find: install_requires = appdirs>=1.4.0 - astroid>=2.7.1,<2.8 # (You should also upgrade requirements_test_min.txt) + astroid>=2.7.2,<2.8 # (You should also upgrade requirements_test_min.txt) isort>=4.2.5,<6 mccabe>=0.6,<0.7 toml>=0.7.1 |