From 130579b062a654e83f37d61a14d9a2ec2a22e4b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:50:53 +0000 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.1 Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8c56ff6..3523af3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,6 @@ setuptools==69.5.1 wheel==0.43.0 twine==5.0.0 docker==7.0.0 -mypy==1.9.0 +mypy==1.10.1 urllib3>=1.26.0,<2.0.0 requests<2.32.0