Skip to content

Commit

Permalink
Merge pull request #84 from endast/dependabot/pip/black-23.10.0
Browse files Browse the repository at this point in the history
⬆️ Bump black from 23.7.0 to 23.10.0
  • Loading branch information
endast authored Oct 18, 2023
2 parents ae7798d + 3f8e8ec commit 1840f43
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
46 changes: 21 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tqdm = "^4.66.0"

[tool.poetry.dev-dependencies]
bandit = "^1.7.5"
black = {version = "^23.7.0", allow-prereleases = true}
black = {version = "^23.10.0", allow-prereleases = true}
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.12.0"}
mypy = "^1.6.1"
Expand Down Expand Up @@ -70,7 +70,7 @@ coverage = "^7.3.2"
coverage-badge = "^1.1.0"
pytest-html = "^4.0.2"
pytest-cov = "^4.1.0"
black = {version = "^23.7.0", allow-prereleases = true}
black = {version = "^23.10.0", allow-prereleases = true}
safety = "^2.3.5"

[tool.black]
Expand Down

0 comments on commit 1840f43

Please sign in to comment.