From 022b8588088726812c0c47540dce4f95eaa86b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 22:19:45 +0000 Subject: [PATCH] chore(deps-dev): Bump mypy from 1.0.1 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 1.0.1 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v1.0.1...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 21df2341..13f92b0e 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -10,7 +10,7 @@ codecov==2.1.12 coverage==7.1.0 flake8==6.0.0 isort==5.12.0 -mypy==1.0.1 +mypy==1.1.1 tox==3.25.1 twine==3.1.1 types-jsonschema==4.17.0.6 diff --git a/requirements-dev.txt b/requirements-dev.txt index 2e9b5ab9..0ec17b52 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -57,9 +57,9 @@ keyring==21.4.0 # via twine mccabe==0.7.0 # via flake8 -mypy==1.0.1 +mypy==1.1.1 # via -r requirements-dev.in -mypy-extensions==0.4.3 +mypy-extensions==1.0.0 # via # black # mypy @@ -125,7 +125,6 @@ types-pytz==2022.7.1.2 typing-extensions==4.3.0 # via # -c requirements.txt - # black # mypy urllib3==1.26.12 # via requests