From afc6f0fabf7f63d0f9e647191348b6aab1299d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:22:40 +0000 Subject: [PATCH] Bump mypy from 1.6.1 to 1.7.1 Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index a431c394..d1e6530e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -12,7 +12,7 @@ pytest-randomly==3.15.0 cov-core==1.15.0 beautifulsoup4==4.12.2 bandit==1.7.5 -mypy==1.6.1 +mypy==1.7.1 types-requests==2.31.0.8 types-setuptools==69.0.0.0 types-toml==0.10.8.7