Skip to content

Commit

Permalink
Bump mypy from 1.5.0 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.5.0 to 1.5.1.
- [Commits](python/mypy@v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent bb8c6c1 commit c833ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-mypy.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
typing
# Mypy requires typed-ast, which is broken on PyPy 3.7 (could work in PyPy 3.8).
mypy==1.5.0; implementation_name == "cpython"
mypy==1.5.1; implementation_name == "cpython"
types-simplejson
types-certifi
types-requests
Expand Down

0 comments on commit c833ea2

Please sign in to comment.