From 90c0d76cc10525017550b21ce57a8168d8f5b620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:25:44 +0000 Subject: [PATCH] chore(deps): Update mypy requirement from ~=1.6 to ~=1.7 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.6.0...v1.7.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 e6dd9a9..e582757 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -3,7 +3,7 @@ pytest ~= 7.4 pytest-cov ~= 4.1 pytest-xdist ~= 3.3 twine ~= 4.0 -mypy ~= 1.6 +mypy ~= 1.7 black ~= 23.11 ruff ~= 0.1.4 types-pyyaml ~= 6.0 \ No newline at end of file