Skip to content

Commit 6e2d02d

Browse files
Bump mypy from 1.13.0 to 1.14.0 (#1314)
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e758532 commit 6e2d02d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/graphql-demo/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ graphql-ws==0.4.4
1010
psycopg2-binary==2.9.10
1111
redis==5.2.1
1212

13-
mypy==1.13.0
13+
mypy==1.14.0
1414
flake8==7.1.1
1515
pytest==8.3.4
1616
pytest-cov==6.0.0

demos/moderator/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ flake8==7.1.1
1111
flake8-bugbear==24.12.12
1212
flake8-quotes==3.4.0
1313
ipdb==0.13.13
14-
mypy==1.13.0
14+
mypy==1.14.0
1515
pytest==8.3.4
1616
pytest-aiohttp==1.0.5
1717
pytest-asyncio==0.25.0

0 commit comments

Comments
 (0)