From 96d49bb8eca1e21bf5857d3c6f47ef2f323ba3d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:33:01 +0000 Subject: [PATCH] Bump mypy from 1.0.1 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 1.0.1 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.1...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7918af1..837e703 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,7 +4,7 @@ isort==5.10.* mock==4.0.3 mongomock==4.1.* moto[server]==2.2.* -mypy==1.0.1 +mypy==1.10.0 pytest==7.4.* pytest-cov==4.1.* pytest-vcr==1.0.*