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.11.0 to 23.12.0 #34

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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: 19 additions & 1 deletion dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,28 @@
#
# pip-compile requirements-formatting.in
#
black==23.11.0
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
attrs==23.1.0
# via aiohttp
black==23.12.0
# via -r dev_requirements/requirements-formatting.in
click==8.1.7
# via black
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.6
# via yarl
isort==5.13.1
# via -r dev_requirements/requirements-formatting.in
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
packaging==23.2
Expand All @@ -18,3 +34,5 @@ pathspec==0.11.2
# via black
platformdirs==3.11.0
# via black
yarl==1.9.4
# via aiohttp
22 changes: 20 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
#
# pip-compile requirements.in
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via pydantic
argcomplete==3.1.2
# via datamodel-code-generator
black==23.11.0
attrs==23.1.0
# via aiohttp
black==23.12.0
# via datamodel-code-generator
click==8.1.7
# via
Expand All @@ -20,10 +26,16 @@ dnspython==2.4.2
# via email-validator
email-validator==2.0.0.post2
# via pydantic
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
genson==1.2.2
# via datamodel-code-generator
idna==3.4
# via email-validator
# via
# email-validator
# yarl
inflect==5.6.2
# via datamodel-code-generator
isort==5.13.1
Expand All @@ -32,6 +44,10 @@ jinja2==3.1.2
# via datamodel-code-generator
markupsafe==2.1.3
# via jinja2
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
packaging==23.2
Expand All @@ -54,3 +70,5 @@ typing-extensions==4.8.0
# via
# pydantic
# pydantic-core
yarl==1.9.4
# via aiohttp