From bbd638ceda04fdbdf375cc237492df647616e340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 20:10:10 +0000 Subject: [PATCH] Bump mypy from 1.3.0 to 1.5.0 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.5.0. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.5.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0bf18691..476f6826 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ boto3==1.17.23 botocore==1.20.23 pylint==2.15.5 ansible-doc-extractor==0.1.9 -mypy==1.3.0 +mypy==1.5.0 ansible==7.5.0 Jinja2==3.0.1 black>=23.1.0