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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 12, 2023
1 parent 8293a7e commit 58ad842
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
#
# pip-compile --allow-unsafe --output-file=requirements-dev.txt --resolver=backtracking --strip-extras requirements-dev.in
#
black==23.11.0
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
black==23.12.0
# via -r requirements-dev.in
build==0.10.0
# via pip-tools
Expand All @@ -14,8 +22,18 @@ click==8.1.3
# pip-tools
exceptiongroup==1.1.1
# via pytest
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
idna==3.6
# via yarl
iniconfig==2.0.0
# via pytest
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
packaging==23.1
Expand Down Expand Up @@ -47,6 +65,8 @@ typing-extensions==4.7.1
# via black
wheel==0.40.0
# via pip-tools
yarl==1.9.4
# via aiohttp

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

0 comments on commit 58ad842

Please sign in to comment.