Skip to content

Commit fc368ae

Browse files
chore(deps): update mypy requirement from <=1.14.1 to <=1.15.0
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v0.1.0...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfb0959 commit fc368ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ psutil>=6.0.0,<8
1616
boto3<=2
1717
# For AWS tests
1818
moto>=4.0.13,<6
19-
mypy<=1.14.1
19+
mypy<=1.15.0
2020
# For AsyncSQLAlchemy tests
2121
greenlet<=4
2222
aiosqlite<=1

0 commit comments

Comments
 (0)