Skip to content

Commit f79966e

Browse files
Bump mypy from 0.812 to 0.902 (#57)
* Bump mypy from 0.812 to 0.902 Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.902. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.812...v0.902) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Add types-aiofiles as test requirement Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent 68c6c21 commit f79966e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements_test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-r requirements_test_pre_commit.txt
2-
mypy==0.812
2+
mypy==0.902
33
pre-commit==2.13.0
44
pylint==2.8.3
55
pytest==6.2.4
66
pytest-asyncio==0.15.1
7+
types-aiofiles==0.1.4

0 commit comments

Comments
 (0)