From 9ac1b1bcaafb5dbdc5fa5fb51d8c6586c3ad88b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:49:12 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==1.8.* to ==1.9.* Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [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 ... 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 3bda193..7f97da5 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,6 +5,6 @@ pytest-timeout == 2.3.* pytest-xdist == 3.5.* black == 24.3.* moto[cloudformation,s3] == 4.2.* -mypy == 1.8.* +mypy == 1.9.* ruff == 0.3.* twine == 5.0.*