From 60fc354eb8be2f3092b027a542f5d0e14fdcfaeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 06:45:25 +0000 Subject: [PATCH] Bump mypy from 1.11.1 to 1.11.2 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... 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 95844e9..19ea059 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -4,6 +4,6 @@ coverage==7.2.7; python_version>='3.7' and python_version<'3.8' coverage==7.6.1; python_version>='3.8' # checks flake8==7.1.1 -mypy==1.11.1 +mypy==1.11.2 types-PyYAML==6.0.12.20240808 types-setuptools==71.1.0.20240818