From 2fec30fc3cfa6930a036c980127a127524c30e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:50:23 +0000 Subject: [PATCH] build(deps): bump mypy from 1.10.1 to 1.11.0 in /applications/generate 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] --- applications/generate/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/generate/requirements.txt b/applications/generate/requirements.txt index 86ece0b2..ea3369c0 100644 --- a/applications/generate/requirements.txt +++ b/applications/generate/requirements.txt @@ -1,2 +1,2 @@ -mypy==1.10.1 +mypy==1.11.0 setuptools==71.0.3