Skip to content

Commit

Permalink
chore(deps): update dependency black to ~=23.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent cc88944 commit 8ccb6c9
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~=23.10.0", "flake8~=6.1.0", "mypy~=1.6.0", "isort~=5.12.0"]
dependencies = ["flask~=3.0.0", "black~=23.11.0", "flake8~=6.1.0", "mypy~=1.6.0", "isort~=5.12.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~=23.10.0", "flake8~=6.1.0", "mypy~=1.6.0", "isort~=5.12.0", "pytest~=7.4.0"]
dependencies = ["black~=23.11.0", "flake8~=6.1.0", "mypy~=1.6.0", "isort~=5.12.0", "pytest~=7.4.0"]
description = "Add a short description here"
name = "softeng"
readme = "README.md"
Expand Down

0 comments on commit 8ccb6c9

Please sign in to comment.