From d9108a7ca6ca3d087eaff1e873ec6c706956dc7a Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 21 Dec 2021 14:49:55 -0800 Subject: [PATCH] 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). --- requirements.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index feb60318..f6e7001a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,12 @@ altgraph==0.17 appdirs==1.4.4 +atomicwrites==1.4.0 attrs==21.2.0 black==21.4b0 certifi==2020.12.5 cfgv==3.2.0 click==7.1.2 +colorama==0.4.4 distlib==0.3.1 Faker==8.2.1 filelock==3.0.12 @@ -14,7 +16,7 @@ iniconfig==1.1.1 Jinja2==2.11.3 macholib==1.14 MarkupSafe==1.1.1 -mypy==0.812 +mypy==0.921 mypy-extensions==0.4.3 nodeenv==1.5.0 packaging==20.9 @@ -41,7 +43,13 @@ six==1.15.0 tabulate==0.8.7 text-unidecode==1.3 toml==0.10.2 +tomli==2.0.0 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-PyYAML==6.0.1 +types-tabulate==0.8.3 typing-extensions==3.7.4.3 virtualenv==20.4.2