From 0c27dcee6f0e323dffffda27edd27ab00fb181f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:50:38 +0000 Subject: [PATCH] build(deps): bump mypy from 1.10.1 to 1.11.0 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-type_check.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 6a47aec..a31890a 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -4,13 +4,13 @@ # # pip-compile dev_requirements/requirements-type_check.in # -mypy==1.10.1 - # via -r dev_requirements/requirements-type_check.in +mypy==1.11.0 + # via -r requirements-type_check.in mypy-extensions==1.0.0 # via mypy types-python-dateutil==2.9.0.20240316 - # via -r dev_requirements/requirements-type_check.in + # via -r requirements-type_check.in types-pytz==2024.1.0.20240417 - # via -r dev_requirements/requirements-type_check.in + # via -r requirements-type_check.in typing-extensions==4.12.2 # via mypy