From 5d16dcd142725268091e394004702c03fc597ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:14:13 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from v1.13.0 to 1.14.0 Bumps [mypy](https://github.com/python/mypy) from v1.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:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7977b7cdc3..f442e9de0e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ bandit==1.7.10; python_version <= "3.8" bandit==1.8.0; python_version > "3.8" gitlint==v0.19.1 interrogate -mypy==v1.13.0 +mypy==v1.14.0 pytest>=7.2.0 pytest-xdist pytest-cov