Skip to content

Commit

Permalink
chore(deps): update dependency mypy to ~=1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 791f90c commit d796294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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~=3.0.0", "black~=24.10.0", "flake8~=7.1.0", "mypy~=1.12.1", "isort~=5.13.0"]
dependencies = ["flask~=3.0.0", "black~=24.10.0", "flake8~=7.1.0", "mypy~=1.13.0", "isort~=5.13.0"]
readme = "README.md"
requires-python = ">= 3.8"

Expand Down
2 changes: 1 addition & 1 deletion python/softeng/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = [
{name = "Junya Okabe", email = "[email protected]"},
]
dependencies = ["black~=24.10.0", "flake8~=7.1.0", "mypy~=1.12.1", "isort~=5.13.0", "pytest~=8.3.1"]
dependencies = ["black~=24.10.0", "flake8~=7.1.0", "mypy~=1.13.0", "isort~=5.13.0", "pytest~=8.3.1"]
description = "Add a short description here"
name = "softeng"
readme = "README.md"
Expand Down

0 comments on commit d796294

Please sign in to comment.