From 23c23add5c6f0f0d74feb59779dbf67924b9780d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:05:05 +0000 Subject: [PATCH] build(deps): bump mypy from 1.3.0 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.11.2) --- 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 5a2e2f0..bc45619 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ wand==0.6.11 WebTest==3.0.0 python-json-logger==2.0.7 flake8==6.0.0 -mypy==1.3.0 +mypy==1.11.2 pytest==7.3.1 types-requests==2.31.0.1 zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability