Skip to content

Commit

Permalink
Bump black from 23.9.1 to 23.11.0
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 79632a5 commit df61368
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ beautifulsoup4==4.12.2
# via
# -c requirements.txt
# mkdocs-htmlproofer-plugin
black==23.9.1
black==23.11.0
# via -r dev-requirements.in
certifi==2021.10.8
# via requests
Expand All @@ -23,9 +23,13 @@ click==8.0.4
colorama==0.4.6
# via mkdocs-material
coverage[toml]==6.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
distlib==0.3.4
# via virtualenv
exceptiongroup==1.1.3
# via pytest
filelock==3.6.0
# via
# tox
Expand All @@ -49,6 +53,10 @@ griffe==0.12.6
# via mkdocstrings-python
idna==3.3
# via requests
importlib-metadata==6.8.0
# via
# markdown
# mkdocs
iniconfig==1.1.1
# via pytest
isort==5.10.1
Expand Down Expand Up @@ -167,14 +175,23 @@ six==1.16.0
soupsieve==2.3.1
# via beautifulsoup4
tomli==2.0.1
# via coverage
# via
# black
# coverage
# mypy
# pytest
# tox
tox==3.27.1
# via -r dev-requirements.in
typing-extensions==4.1.1
# via mypy
# via
# black
# mypy
urllib3==1.26.8
# via requests
virtualenv==20.13.1
# via tox
watchdog==2.1.6
# via mkdocs
zipp==3.17.0
# via importlib-metadata

0 comments on commit df61368

Please sign in to comment.