From 2faf8eaa7eac6300752f6b7e0630849871affb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:55:22 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.11.0 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 8a48af1..8e0b26b 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,14 +1,12 @@ # This file was autogenerated by uv via the following command: # nox -e deps ---index-url https://pypi.org/simple - isort==5.13.2 - # via -r requirements/lint.in -mypy==1.10.0 - # via -r requirements/lint.in + # via -r lint.in +mypy==1.11.0 + # via -r lint.in mypy-extensions==1.0.0 # via mypy ruff==0.4.10 - # via -r requirements/lint.in + # via -r lint.in typing-extensions==4.12.2 # via mypy