From 22ebeb4f6f88f5f03f36245f001ee8a17b8871cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:21:52 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.8.0 to 1.9.0 (#193) 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/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 6436677..fc7a35d 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -11,7 +11,7 @@ pytest-asyncio pyfakefs freezegun -mypy ==1.8.0 +mypy ==1.9.0 types-python-dateutil >=2.8.19.3 types-click >=7.1.8, <9.0 types-toml >=0.10.8, <0.11