From b4daef4a38145a1b67fb2e9d6f2b1e25f5fe5ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:08:40 +0000 Subject: [PATCH] Bump mypy from 1.14.0 to 1.14.1 (#1318) Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2e574523..8ec2484e 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -10,7 +10,7 @@ graphql-ws==0.4.4 psycopg2-binary==2.9.10 redis==5.2.1 -mypy==1.14.0 +mypy==1.14.1 flake8==7.1.1 pytest==8.3.4 pytest-cov==6.0.0 diff --git a/demos/moderator/requirements-dev.txt b/demos/moderator/requirements-dev.txt index 74858dd3..dbd29e1c 100644 --- a/demos/moderator/requirements-dev.txt +++ b/demos/moderator/requirements-dev.txt @@ -11,7 +11,7 @@ flake8==7.1.1 flake8-bugbear==24.12.12 flake8-quotes==3.4.0 ipdb==0.13.13 -mypy==1.14.0 +mypy==1.14.1 pytest==8.3.4 pytest-aiohttp==1.0.5 pytest-asyncio==0.25.0