Skip to content

Commit

Permalink
chore(deps): update dependency mypy to ~=1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2023
1 parent 72aa109 commit 49af6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rye-tutorial/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Add a short description here"
authors = [
{ name = "Junya Okabe", email = "[email protected]" }
]
dependencies = ["flask~=2.3.2", "black~=23.7.0", "flake8~=6.1.0", "mypy~=1.4.0", "isort~=5.12.0"]
dependencies = ["flask~=2.3.2", "black~=23.7.0", "flake8~=6.1.0", "mypy~=1.5.0", "isort~=5.12.0"]
readme = "README.md"
requires-python = ">= 3.8"

Expand Down

0 comments on commit 49af6ee

Please sign in to comment.