Skip to content

Commit

Permalink
⬆️ Bump mypy from 1.2.0 to 1.3.0 (#293)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0.
- [Commits](python/mypy@v1.2.0...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 25, 2023
1 parent 6760858 commit e1dd384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# in the meantime we migrate to pyproject.toml
# this represent the minimum requirement to build (for the optional speedup)
mypy==1.2.0
mypy==1.3.0
build==0.10.0
wheel==0.40.0
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build==0.10.0
wheel==0.40.0

black==23.3.0
mypy==1.2.0
mypy==1.3.0
Flask==2.2.3
pytest==7.3.1
requests==2.30.0

0 comments on commit e1dd384

Please sign in to comment.