diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-19 21:28:06 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-19 21:36:29 +0200 |
commit | 3a6f08e4a1155e5098c3bec2d779cb3e654a1b11 (patch) | |
tree | e642f5cd3fc03ec62a89e793c1c536dfb6109513 /setup.cfg | |
parent | 4357e8200f545bdce5e9462893b255064f52631e (diff) | |
download | pylint-git-3a6f08e4a1155e5098c3bec2d779cb3e654a1b11.tar.gz |
Upgrade astroid to 2.6.3
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ project_urls = [options] packages = find: install_requires = - astroid>=2.6.2,<2.7 # (You should also upgrade requirements_test_min.txt) + astroid>=2.6.3,<2.7 # (You should also upgrade requirements_test_min.txt) isort>=4.2.5,<6 mccabe>=0.6,<0.7 toml>=0.7.1 |