From 92f8f536be218513ab45851a8699ef524b7afcf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:18:36 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from 1.4.1 to 1.5.1 in /requirements (#5810) * chore(deps-dev): bump mypy from 1.4.1 to 1.5.1 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.1. - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Force mypy version for 3.7 and less --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Fuss --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index ec9f4b550f..aa3e6041f3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,7 +7,8 @@ pytest-cov==4.1.0 # type checking and related stubs # mypy adds new rules in new minor versions, which could cause our PR check to fail # here we fix its version and upgrade it manually in the future -mypy==1.4.1 +mypy==1.4.1; python_version < "3.8" +mypy==1.5.1; python_version >= "3.8" types-pywin32==306.0.0.4 types-PyYAML==6.0.12.11 types-chevron==0.14.2.5