Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  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>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 1abdcd6 commit 23d375d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies=[
'rich',
'coverage',
'pytest',
'black==23.9.1',
'black==23.11.0',
'pyflakes',
'urllib3 >=1.26',
]
Expand All @@ -42,7 +42,7 @@ dev = [
'docutils==0.16',
'pre-commit',
'isort',
'black==23.9.1',
'black==23.11.0',
'yamllint'
]
docs = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rich
coverage
pytest
isort
black==23.9.1
black==23.11.0
pyflakes
# https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html
urllib3==1.26.*

0 comments on commit 23d375d

Please sign in to comment.