From 7613ed747ff1ae0adccc11c39a0112e377e1a860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 13:39:25 +0000 Subject: [PATCH] chore(deps-dev): Bump mypy from 0.991 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index b4044492..cc90527d 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -10,7 +10,7 @@ codecov==2.1.12 coverage==7.1.0 flake8==4.0.1 isort==5.10.1 -mypy==0.991 +mypy==1.0.1 tox==3.25.1 twine==3.1.1 types-jsonschema==4.17.0.3 diff --git a/requirements-dev.txt b/requirements-dev.txt index e693f7a4..832aceda 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -67,7 +67,7 @@ keyring==21.4.0 # via twine mccabe==0.6.1 # via flake8 -mypy==0.991 +mypy==1.0.1 # via -r requirements-dev.in mypy-extensions==0.4.3 # via