Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2023
1 parent 5a5d49b commit a3eb84b
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 43 deletions.
180 changes: 138 additions & 42 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ yarl = ">=1.6.0"
[tool.poetry.group.dev.dependencies]
ruff = ">=0.0.243,<0.0.273"
aresponses = "^2.1.6"
black = "^22.12"
black = ">=22.12,<24.0"
blacken-docs = "^1.13.0"
codespell = "^2.2.2"
coverage = {version = ">=7.2,<8.0", extras = ["toml"]}
Expand Down

0 comments on commit a3eb84b

Please sign in to comment.