From 87b2fea1a7e41c4e1585132feb5819a296e1639a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 02:03:44 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.971...v1.1.1) --- 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..962748a 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.1.1 sphinx==5.1.1 types-requests==2.28.10 diff --git a/setup.cfg b/setup.cfg index 8197bfc..000b471 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.1.1 sphinx==5.1.1 [options.package_data]