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 #4112

Merged
merged 3 commits into from
Dec 12, 2023
Merged
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
4 changes: 2 additions & 2 deletions requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ hypothesis-graphql==0.10.0
# via schemathesis
hypothesis-jsonschema==0.22.1
# via schemathesis
idna==3.4
idna==3.6
# via
# anyio
# email-validator
Expand Down Expand Up @@ -509,7 +509,7 @@ werkzeug==3.0.1
# via schemathesis
wrapt==1.15.0
# via deprecated
yarl==1.9.2
yarl==1.9.4
# via
# aiohttp
# schemathesis
Expand Down
22 changes: 20 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@
#
# pip-compile --resolver=backtracking requirements-dev.in
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
asttokens==2.2.1
# via
# devtools
# stack-data
attrs==22.1.0
# via -r requirements-dev.in
black==23.11.0
# via
# -r requirements-dev.in
# aiohttp
black==23.12.0
# via -r requirements-dev.in
cfgv==3.4.0
# via pre-commit
Expand Down Expand Up @@ -38,8 +44,14 @@ faker==20.1.0
# factory-boy
filelock==3.12.2
# via virtualenv
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
identify==2.5.27
# via pre-commit
idna==3.6
# via yarl
iniconfig==2.0.0
# via pytest
ipython==8.18.0
Expand All @@ -48,6 +60,10 @@ jedi==0.19.0
# via ipython
matplotlib-inline==0.1.6
# via ipython
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
Expand Down Expand Up @@ -106,6 +122,8 @@ vulture==2.10
# via -r requirements-dev.in
wcwidth==0.2.6
# via prompt-toolkit
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading