mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update mypy and dependencies.
The newer version includes a partial fix for https://github.com/python/mypy/issues/5485 (it doesn't fix the problem for frozen dataclasses, but fixes other cases).
This commit is contained in:
parent
8867aaeb6d
commit
d9108a7ca6
@ -1,10 +1,12 @@
|
|||||||
altgraph==0.17
|
altgraph==0.17
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
|
atomicwrites==1.4.0
|
||||||
attrs==21.2.0
|
attrs==21.2.0
|
||||||
black==21.4b0
|
black==21.4b0
|
||||||
certifi==2020.12.5
|
certifi==2020.12.5
|
||||||
cfgv==3.2.0
|
cfgv==3.2.0
|
||||||
click==7.1.2
|
click==7.1.2
|
||||||
|
colorama==0.4.4
|
||||||
distlib==0.3.1
|
distlib==0.3.1
|
||||||
Faker==8.2.1
|
Faker==8.2.1
|
||||||
filelock==3.0.12
|
filelock==3.0.12
|
||||||
@ -14,7 +16,7 @@ iniconfig==1.1.1
|
|||||||
Jinja2==2.11.3
|
Jinja2==2.11.3
|
||||||
macholib==1.14
|
macholib==1.14
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
mypy==0.812
|
mypy==0.921
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
nodeenv==1.5.0
|
nodeenv==1.5.0
|
||||||
packaging==20.9
|
packaging==20.9
|
||||||
@ -41,7 +43,13 @@ six==1.15.0
|
|||||||
tabulate==0.8.7
|
tabulate==0.8.7
|
||||||
text-unidecode==1.3
|
text-unidecode==1.3
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
|
tomli==2.0.0
|
||||||
typed-ast==1.4.2
|
typed-ast==1.4.2
|
||||||
|
types-certifi==2021.10.8.0
|
||||||
|
types-Jinja2==2.11.9
|
||||||
|
types-MarkupSafe==1.1.10
|
||||||
types-Pillow==8.3.1
|
types-Pillow==8.3.1
|
||||||
|
types-PyYAML==6.0.1
|
||||||
|
types-tabulate==0.8.3
|
||||||
typing-extensions==3.7.4.3
|
typing-extensions==3.7.4.3
|
||||||
virtualenv==20.4.2
|
virtualenv==20.4.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user