From aabdca9394fb64739772d45f3b4b31d5c16973fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:17:51 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.6.0 to 1.6.1 Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demos/graphql-demo/requirements-dev.txt | 2 +- demos/moderator/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/graphql-demo/requirements-dev.txt b/demos/graphql-demo/requirements-dev.txt index 20efe36db..16022a55a 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -11,7 +11,7 @@ graphql-ws==0.4.4 psycopg2-binary==2.9.9 redis==5.0.1 -mypy==1.6.0 +mypy==1.6.1 flake8==6.1.0 pytest==7.4.2 pytest-cov==4.1.0 diff --git a/demos/moderator/requirements-dev.txt b/demos/moderator/requirements-dev.txt index be1c4e3f4..f4c2f03bb 100644 --- a/demos/moderator/requirements-dev.txt +++ b/demos/moderator/requirements-dev.txt @@ -11,7 +11,7 @@ flake8==6.1.0 flake8-bugbear==23.9.16 flake8-quotes==3.3.2 ipdb==0.13.13 -mypy==1.6.0 +mypy==1.6.1 pytest==7.4.2 pytest-aiohttp==1.0.5 pytest-asyncio==0.21.1