diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-08-21 13:39:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-21 13:39:23 +0200 |
commit | a3daf44580302dbc8b161ff5428430d8f205b514 (patch) | |
tree | b8e95547e9453340405b8cf745faef160ea0b017 /setup.cfg | |
parent | ad97338d8cadf752036498ebc724c179f61be33d (diff) | |
download | pylint-git-a3daf44580302dbc8b161ff5428430d8f205b514.tar.gz |
Require platformdirs 2.2.0 (#4890)
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 = - platformdirs>=2.0.0 + platformdirs>=2.2.0 astroid>=2.7.2,<2.8 # (You should also upgrade requirements_test_min.txt) isort>=4.2.5,<6 mccabe>=0.6,<0.7 |