Skip to content

Commit 4940798

Browse files
build(deps-dev): bump black from 23.1.0 to 23.3.0 (#2328)
Bumps [black](https://github.com/psf/black) from 23.1.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@23.1.0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Iwan Aucamp <[email protected]>
1 parent 950e60a commit 4940798

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- repo: https://github.com/psf/black
1919
# WARNING: version should be the same as in `pyproject.toml`
2020
# Using git ref spec because of https://github.com/psf/black/issues/2493
21-
rev: 'refs/tags/23.1.0:refs/tags/23.1.0'
21+
rev: 'refs/tags/23.3.0:refs/tags/23.3.0'
2222
hooks:
2323
- id: black
2424
pass_filenames: false

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ html5lib = {version = "^1.0", optional = true}
4949
lxml = {version = "^4.3.0", optional = true}
5050

5151
[tool.poetry.group.dev.dependencies]
52-
black = "23.1.0"
52+
black = "23.3.0"
5353
isort = "^5.10.0"
5454
mypy = "^1.1.0"
5555
lxml-stubs = "^0.4.0"
@@ -119,7 +119,7 @@ pep8-naming = ["-N802"]
119119
pep8-naming = ["-N802"]
120120

121121
[tool.black]
122-
required-version = "23.1.0"
122+
required-version = "23.3.0"
123123
line-length = "88"
124124
target-version = ['py37']
125125
include = '\.pyi?$'

0 commit comments

Comments
 (0)