From bb51381ea7edc194f682af7794c362491673bb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:58:44 +0100 Subject: [PATCH] Bump mypy from 1.4.1 to 1.5.1 (#791) Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.1. - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.5.1) --- 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> Co-authored-by: Tom Christie --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5499ebdc..2b89047d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ anyio==3.7.1 black==23.7.0 coverage[toml]==7.3.0 ruff==0.0.277 -mypy==1.4.1 +mypy==1.5.1 trio-typing==0.8.0 types-certifi==2021.10.8.3 pytest==7.4.0