From 984374c13be6e2eb2228655614ec2a213a79d481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:10:42 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.11.1 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.11.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 00a2c9fd..93cd47f3 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.10.0 +mypy==1.11.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy diff --git a/requirements/typing.txt b/requirements/typing.txt index 67a46024..66e28390 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -10,7 +10,7 @@ cryptography==42.0.4 # via # types-pyopenssl # types-redis -mypy==1.10.0 +mypy==1.11.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy