From d887489b6e7a9b315d787848eac40769f7acbc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 00:43:18 +0000 Subject: [PATCH] build(deps): bump mypy from 1.3.0 to 1.5.1 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.5.1. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.5.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cba76b0..f13add7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ wand==0.6.11 WebTest==3.0.0 python-json-logger==2.0.7 flake8==6.0.0 -mypy==1.3.0 +mypy==1.5.1 pytest==7.3.1 types-requests==2.31.0.1