diff --git a/requirements_dev.txt b/requirements_dev.txt index 2cbf973..cb055a3 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,6 +3,6 @@ tox==3.26.0 pytest==7.1.3 pytest-cov==3.0.0 pytest-asyncio==0.19.0 -mypy==0.971 +mypy==1.0.1 sphinx==5.1.1 types-requests==2.28.10 diff --git a/setup.cfg b/setup.cfg index 8197bfc..e19d3ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ testing = pytest==7.1.2 pytest-cov==3.0.0 pytest-asyncio==0.19.0 - mypy==0.971 + mypy==1.0.1 sphinx==5.1.1 [options.package_data]