From 9b1b07222fda8125d4d46ca9adbba962a5237427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:50:10 -0300 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.0 in /requirements (#383) Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- requirements/typing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 7cd78e78..9e5e9802 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -64,7 +64,7 @@ jmespath==1.0.1 # botocore markupsafe==2.1.5 # via jinja2 -mypy==1.9.0 +mypy==1.10.0 # via -r typing.in mypy-extensions==1.0.0 # via mypy diff --git a/requirements/typing.txt b/requirements/typing.txt index 780bc034..67a46024 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -10,7 +10,7 @@ cryptography==42.0.4 # via # types-pyopenssl # types-redis -mypy==1.9.0 +mypy==1.10.0 # via -r typing.in mypy-extensions==1.0.0 # via mypy