Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

---------

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]>
  • Loading branch information
dependabot[bot] and aucampia authored Jul 31, 2023
1 parent 7665ec8 commit 2cfe595
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- repo: https://github.com/psf/black
# WARNING: version should be the same as in `pyproject.toml`
# Using git ref spec because of https://github.com/psf/black/issues/2493
rev: 'refs/tags/23.3.0:refs/tags/23.3.0'
rev: 'refs/tags/23.7.0:refs/tags/23.7.0'
hooks:
- id: black
pass_filenames: false
Expand Down
53 changes: 25 additions & 28 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 @@ -47,7 +47,7 @@ html5lib = {version = "^1.0", optional = true}
lxml = {version = "^4.3.0", optional = true}

[tool.poetry.group.dev.dependencies]
black = "23.3.0"
black = "23.7.0"
isort = "^5.10.0"
mypy = "^1.1.0"
lxml-stubs = "^0.4.0"
Expand Down Expand Up @@ -120,7 +120,7 @@ pyflakes = ["-F821"]


[tool.black]
required-version = "23.3.0"
required-version = "23.7.0"
line-length = "88"
target-version = ['py37']
include = '\.pyi?$'
Expand Down

0 comments on commit 2cfe595

Please sign in to comment.