Skip to content

Commit

Permalink
fix(deps): update dependency mypy to ~=1.14.0 (#935)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent ff6ac58 commit bb53c09
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.1.0", "black~=24.10.0", "flake8~=7.1.0", "mypy~=1.13.0", "isort~=5.13.0"]
dependencies = ["flask~=3.1.0", "black~=24.10.0", "flake8~=7.1.0", "mypy~=1.14.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.13.0", "isort~=5.13.0", "pytest~=8.3.1"]
dependencies = ["black~=24.10.0", "flake8~=7.1.0", "mypy~=1.14.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 bb53c09

Please sign in to comment.