From 43ff112839b43d8b1442fcf1016b8b7ca2dd2db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 08:42:58 +0100 Subject: [PATCH] Bump mypy from 1.7.0 to 1.7.1 (#351) Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 3b8a7f73..8838fa51 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -10,5 +10,5 @@ pytest-cov==4.0.0 pytest-timeout==2.2.0 setuptools==69.0.2 twine==4.0.2 -mypy==1.7.0 +mypy==1.7.1 types-pyyaml==6.0.12.12 \ No newline at end of file