Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump black from 23.12.0 to 24.4.2 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,12 @@
#
# pip-compile requirements-formatting.in
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
attrs==23.1.0
# via aiohttp
black==23.12.0
black==24.4.2
# via -r dev_requirements/requirements-formatting.in
click==8.1.3
# via black
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.6
# via yarl
isort==5.13.2
# via -r dev_requirements/requirements-formatting.in
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
packaging==23.0
Expand All @@ -34,5 +18,3 @@ pathspec==0.11.0
# via black
platformdirs==3.1.0
# via black
yarl==1.9.4
# via aiohttp
Loading