From 8d9c8fa6de9388d9a1c7fc2b1a5cfc0e3e4cb4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:06:16 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 0.961 to 0.971 Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.961...v0.971) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 21366013..6fa418ac 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ flake8-noqa==1.2.5 flake8-polyfill==1.0.2 flake8-use-fstring==1.3 -mypy==0.961 +mypy==0.971 pep8-naming==0.13.0 safety==2.0.0 types-requests==2.28.0 @@ -42,7 +42,7 @@ py2exe==0.11.1.1; sys_platform == 'win32' # Testing pytest==7.1.2 pytest-cov==3.0.0 # Pytest code coverage support -coverage[toml]==6.4.1 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs +coverage[toml]==6.4.2 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs # For manipulating folder permissions and the like. pywin32==304; sys_platform == 'win32'