From b388addf94e7a8b46ba68ab3650cfcc1b2c2a321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:48:21 +0000 Subject: [PATCH] Bump mypy from 1.8.0 to 1.9.0 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] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index ef87b8db..796856dc 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.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