Skip to content

Commit 4acd9f2

Browse files
chore(deps-dev): bump black from 23.7.0 to 23.9.1
Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.9.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.7.0...23.9.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65396f4 commit 4acd9f2

File tree

2 files changed

+36
-26
lines changed

2 files changed

+36
-26
lines changed

poetry.lock

Lines changed: 35 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python = "^3.7"
2828
poethepoet = "0.19.0"
2929

3030
[tool.poetry.group.test.dependencies]
31-
black = { version = "23.7.0", python = ">=3.8" }
31+
black = { version = "23.9.1", python = ">=3.8" }
3232
coverage = { version = "7.2.7", extras = ["toml"] }
3333
mypy = [
3434
{ version = "1.4.1", python = "<3.8" },

0 commit comments

Comments
 (0)