From c567e8d16cf8c90ef84b83eb18791d09262d86c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 10:44:00 -0300 Subject: [PATCH] Bump mypy from 1.8.0 to 1.9.0 in /requirements (#367) Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.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 9b427ff7..384fc640 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.8.0 +mypy==1.9.0 # via -r typing.in mypy-extensions==1.0.0 # via mypy diff --git a/requirements/typing.txt b/requirements/typing.txt index cb8baa06..6b9dc337 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -10,7 +10,7 @@ cryptography==42.0.0 # via # types-pyopenssl # types-redis -mypy==1.8.0 +mypy==1.9.0 # via -r typing.in mypy-extensions==1.0.0 # via mypy