Skip to content

Commit

Permalink
⬆️ Bump black from 23.10.0 to 23.10.1
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.10.0 to 23.10.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.10.0...23.10.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 2d8c21a commit 0590931
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 22 deletions.
54 changes: 34 additions & 20 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.10.0", allow-prereleases = true}
black = {version = "^23.10.1", 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.10.0", allow-prereleases = true}
black = {version = "^23.10.1", allow-prereleases = true}
safety = "^2.3.5"

[tool.black]
Expand Down

0 comments on commit 0590931

Please sign in to comment.