Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 70258ef commit a70fc8a
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.4.1; implementation_name == "cpython"
mypy==1.5.0; implementation_name == "cpython"
types-simplejson
types-certifi
types-requests
Expand Down

0 comments on commit a70fc8a

Please sign in to comment.