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 urllib3 from 1.26.19 to 1.26.20 in /requirements #35556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ beautifulsoup4==4.10.0
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach==6.1.0
bleach[css]==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -289,7 +289,7 @@ git-build-branch==0.1.16
# via -r dev-requirements.in
gnureadline==8.1.2
# via -r dev-requirements.in
google-api-core==2.11.0
google-api-core[grpc]==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -553,7 +553,7 @@ pygments==2.15.0
# sphinx
pyjwkest==1.4.2
# via oic
pyjwt==2.7.0
pyjwt[crypto]==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down Expand Up @@ -808,7 +808,7 @@ unidecode==1.2.0
# via pyphonetics
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.19
urllib3==1.26.20
# via
# -r docs-requirements.in
# botocore
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ sphinx-rtd-theme

pyOpenSSL # CI builds fail without OpenSSL

urllib3<=1.26.19 # fix doc tests AssertionError: Current app already created
urllib3<=1.26.20 # fix doc tests AssertionError: Current app already created
8 changes: 4 additions & 4 deletions requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ beautifulsoup4==4.12.2
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach==6.1.0
bleach[css]==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -248,7 +248,7 @@ gevent==23.9.1
# via
# -r base-requirements.in
# django-websocket-redis
google-api-core==2.11.0
google-api-core[grpc]==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -468,7 +468,7 @@ pygments==2.15.0
# via sphinx
pyjwkest==1.4.2
# via oic
pyjwt==2.7.0
pyjwt[crypto]==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down Expand Up @@ -675,7 +675,7 @@ unidecode==1.2.0
# via pyphonetics
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.19
urllib3==1.26.20
# via
# -r docs-requirements.in
# botocore
Expand Down
8 changes: 4 additions & 4 deletions requirements/prod-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ beautifulsoup4==4.12.2
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach==6.1.0
bleach[css]==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -246,7 +246,7 @@ gevent==23.9.1
# via
# -r base-requirements.in
# django-websocket-redis
google-api-core==2.11.0
google-api-core[grpc]==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -476,7 +476,7 @@ pygments==2.15.0
# via ipython
pyjwkest==1.4.2
# via oic
pyjwt==2.7.0
pyjwt[crypto]==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down Expand Up @@ -666,7 +666,7 @@ unidecode==1.2.0
# via pyphonetics
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.19
urllib3==1.26.20
# via
# botocore
# elasticsearch5
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ beautifulsoup4==4.12.2
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach==6.1.0
bleach[css]==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -235,7 +235,7 @@ gevent==23.9.1
# via
# -r base-requirements.in
# django-websocket-redis
google-api-core==2.11.0
google-api-core[grpc]==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -440,7 +440,7 @@ pygithub==1.55
# via -r base-requirements.in
pyjwkest==1.4.2
# via oic
pyjwt==2.7.0
pyjwt[crypto]==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down Expand Up @@ -619,7 +619,7 @@ unidecode==1.2.0
# via pyphonetics
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.19
urllib3==1.26.20
# via
# botocore
# elasticsearch5
Expand Down
8 changes: 4 additions & 4 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ beautifulsoup4==4.10.0
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach==6.1.0
bleach[css]==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -252,7 +252,7 @@ gevent==23.9.1
# via
# -r base-requirements.in
# django-websocket-redis
google-api-core==2.11.0
google-api-core[grpc]==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -470,7 +470,7 @@ pygithub==1.55
# via -r base-requirements.in
pyjwkest==1.4.2
# via oic
pyjwt==2.7.0
pyjwt[crypto]==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down Expand Up @@ -683,7 +683,7 @@ unidecode==1.2.0
# via pyphonetics
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.19
urllib3==1.26.20
# via
# botocore
# elasticsearch5
Expand Down
Loading