From e97d639c8d7512e6d05006f3bae1ca7489256819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 06:41:15 +0000 Subject: [PATCH] Bump mypy from 1.12.1 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6eba9744..f3bb2676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ Tracker = "https://github.com/common-workflow-lab/wdl-cwl-translator/issues" [project.optional-dependencies] mypy = [ - "mypy==1.12.1", + "mypy==1.13.0", "types-requests", "types-setuptools", ]