From ffcac577c532051ff6b5b784cc3608ecfb8dccb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 01:22:35 -0700 Subject: [PATCH] Bump mypy from 1.4.1 to 1.5.0 (#802) Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.0. - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2a02a7fdc..12c73c34d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,6 +3,6 @@ pytest-timeout==2.1.0 flake8==6.1.0 flake8-markdown==0.4.0 flake8-docstrings==1.7.0 -mypy==1.4.1 +mypy==1.5.0 types-requests==2.31.0.2 types-PyYAML==6.0.12.11