From 17c70e14894f8c418b7992f1dac44f4027565a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:22:45 +0000 Subject: [PATCH] Bump mypy from 1.6.0 to 1.6.1 Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... 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 1fc147184..635cbaf5a 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.0 +mypy==1.6.1 types-requests==2.31.0.8 types-setuptools==68.2.0.0 types-toml==0.10.8.7