From 542905f8bdaf46f9579151de0027cf62649d97e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:00:48 +0000 Subject: [PATCH] Bump mypy from 1.14.0 to 1.15.0 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index e4d74c9..33f858d 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -5,6 +5,6 @@ coverage==7.6.1; python_version>='3.8' and python_version<'3.9' coverage==7.6.9; python_version>='3.9' # checks flake8==7.1.1 -mypy==1.14.0 +mypy==1.15.0 types-PyYAML==6.0.12.20241221 types-setuptools==75.6.0.20241223