From e0f1cdaa12a145b2cbf6369dac973f70f34291b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:23:27 +0000 Subject: [PATCH] build(deps): bump mypy from 1.3.0 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.13.0) --- 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..a13ac6b 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.13.0 pytest==7.3.1 types-requests==2.31.0.1 zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability