commit | a3daf44580302dbc8b161ff5428430d8f205b514 | [log] [tgz] |
---|---|---|
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | Sat Aug 21 13:39:23 2021 +0200 |
committer | GitHub <noreply@github.com> | Sat Aug 21 13:39:23 2021 +0200 |
tree | b8e95547e9453340405b8cf745faef160ea0b017 | |
parent | ad97338d8cadf752036498ebc724c179f61be33d [diff] |
Require platformdirs 2.2.0 (#4890)
diff --git a/setup.cfg b/setup.cfg index bdf0a87..ae3eb47 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -42,7 +42,7 @@ [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