From f307c894c485bcdd7a2257c838a63b75ee6d2028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:07:38 +0000 Subject: [PATCH] Bump mypy from 1.4.1 to 1.5.0 (#347) Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.0. - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... 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 60fec32..9ddcc41 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ flake8-bugbear==23.7.10; implementation_name=="cpython" flake8-quotes==3.3.2; implementation_name=="cpython" flake8==6.1.0; implementation_name=="cpython" isort==5.12.0; implementation_name=="cpython" -mypy==1.4.1; implementation_name=="cpython" +mypy==1.5.0; implementation_name=="cpython" pyroma==4.2; implementation_name=="cpython" pytest-asyncio==0.21.1 pytest-cov==4.1.0