From 28bcf327d309e74decf84302bc46efd2a1ce0289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:34:34 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from ~=1.11.0 to ~=1.11.1 (#2511) 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.11...v1.11.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index ead0262047..9d37b18c70 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ pylint~=3.2.6 pytest~=8.3.2 pytest-asyncio~=0.23.3 # pytest-order~=1.0.1 -mypy~=1.11.0 +mypy~=1.11.1 coverage~=7.6 pre-commit==3.5.0 codespell==2.3.0