From 0b75cd25981588f5a946643fc9e8c887db6b077b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 01:57:11 +0000 Subject: [PATCH] build(deps): bump mypy from 0.950 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 0.950 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.950...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements-linting.txt | 2 +- tests/requirements-testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index b8e2452c8d5..98914d1d7ed 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -4,7 +4,7 @@ flake8-quotes==3.3.1 hypothesis==6.48.2 isort==5.10.1 pyupgrade==2.34.0 -mypy==0.950 +mypy==1.0.1 pre-commit==2.19.0 pycodestyle==2.8.0 pyflakes==2.4.0 diff --git a/tests/requirements-testing.txt b/tests/requirements-testing.txt index 09b8b13a81b..26fe7ee346a 100644 --- a/tests/requirements-testing.txt +++ b/tests/requirements-testing.txt @@ -2,7 +2,7 @@ coverage==6.4.1 hypothesis==6.48.2 # pin importlib-metadata as upper versions need typing-extensions to work if on Python < 3.8 importlib-metadata==3.1.0;python_version<"3.8" -mypy==0.950 +mypy==1.0.1 pytest==7.1.2 pytest-cov==3.0.0 pytest-mock==3.8.1