Skip to content

Commit

Permalink
Bump black from 23.11.0 to 23.12.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.11.0...23.12.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 Dec 19, 2023
1 parent 9644a92 commit 0674193
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# pip-compile dev-requirements.in
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
alabaster==0.7.13
# via
# -r docs/requirements.txt
Expand All @@ -12,11 +16,19 @@ asgiref==3.6.0
# via
# -c requirements.txt
# django
async-timeout==4.0.2
# via
# -c requirements.txt
# aiohttp
attrs==22.2.0
# via
# -c requirements.txt
# aiohttp
babel==2.12.1
# via
# -r docs/requirements.txt
# sphinx
black==23.11.0
black==23.12.0
# via -r dev-requirements.in
build==0.10.0
# via pip-tools
Expand Down Expand Up @@ -56,11 +68,16 @@ flake8==6.1.0
# via -r dev-requirements.in
freezegun==1.3.1
# via -r dev-requirements.in
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.4
# via
# -c requirements.txt
# -r docs/requirements.txt
# requests
# yarl
imagesize==1.4.1
# via
# -r docs/requirements.txt
Expand All @@ -77,6 +94,10 @@ markupsafe==2.1.3
# jinja2
mccabe==0.7.0
# via flake8
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
packaging==23.1
Expand Down Expand Up @@ -180,6 +201,8 @@ urllib3==1.26.18
# requests
wheel==0.41.2
# via pip-tools
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 0674193

Please sign in to comment.