Skip to content

Commit

Permalink
chore(deps): update dependency black to ~=24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 16, 2024
1 parent 1f7d170 commit 8202d5f
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.2.0", "flake8~=7.0.0", "mypy~=1.9.0", "isort~=5.13.0"]
dependencies = ["flask~=3.0.0", "black~=24.3.0", "flake8~=7.0.0", "mypy~=1.9.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.2.0", "flake8~=7.0.0", "mypy~=1.9.0", "isort~=5.13.0", "pytest~=8.1.0"]
dependencies = ["black~=24.3.0", "flake8~=7.0.0", "mypy~=1.9.0", "isort~=5.13.0", "pytest~=8.1.0"]
description = "Add a short description here"
name = "softeng"
readme = "README.md"
Expand Down

0 comments on commit 8202d5f

Please sign in to comment.