Skip to content

Commit

Permalink
Bump mypy from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.8.0...1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 8, 2024
1 parent 6633196 commit 686fdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ black==24.2.0
ruff
isort==5.13.2;python_version>"3.7"
isort<5.12.0;python_version<="3.7"
mypy==1.8.0; implementation_name!='pypy'
mypy==1.9.0; implementation_name!='pypy'
redis>=4.2.0
twine
types-deprecated
Expand Down

0 comments on commit 686fdcf

Please sign in to comment.