From 1cecb0235ce0f826315133279da06a70cbc48af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 01:12:37 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.971...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2cbf973..c9a33d6 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.0 sphinx==5.1.1 types-requests==2.28.10 diff --git a/setup.cfg b/setup.cfg index 8197bfc..481ecbf 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.0 sphinx==5.1.1 [options.package_data]