From 46d84310af1fdc506202c3ae69ec64ee4a3d09a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:14:19 +0100 Subject: [PATCH] Bump mypy from 1.8.0 to 1.9.0 (#385) Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.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> --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index bed490de..d20e64db 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -10,5 +10,5 @@ pytest-cov==4.0.0 pytest-timeout==2.3.1 setuptools==69.1.1 twine==5.0.0 -mypy==1.8.0 +mypy==1.9.0 types-pyyaml==6.0.12.12 \ No newline at end of file