From 92dbe8f4bbcc8f4a2ae238cb2bbbcd0c1e35ffb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:04:24 +0000 Subject: [PATCH] build(deps): bump mypy from 1.13.0 to 1.14.0 in /applications/generate Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) --- 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 fcc98e61..8854cffe 100644 --- a/applications/generate/requirements.txt +++ b/applications/generate/requirements.txt @@ -1,2 +1,2 @@ -mypy==1.13.0 +mypy==1.14.0 setuptools==75.6.0