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

chore(deps): update dependency urllib3 to v1.26.9 #794

Merged
merged 1 commit into from
Apr 14, 2022
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
2 changes: 1 addition & 1 deletion src/emailservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ python-json-logger==0.1.11
google-cloud-profiler==1.1.2
google-cloud-trace==0.24.0
requests==2.27.1
urllib3==1.26.5
urllib3==1.26.9
protobuf==3.15.0 # transitive dependency, move when google-api is bumped safely
6 changes: 3 additions & 3 deletions src/emailservice/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile
# pip-compile requirements.in
#
cachetools==4.2.4
# via google-auth
Expand Down Expand Up @@ -112,7 +112,7 @@ six==1.15.0
# protobuf
uritemplate==3.0.1
# via google-api-python-client
urllib3==1.26.5
urllib3==1.26.9
# via
# -r requirements.in
# requests
Expand Down
2 changes: 1 addition & 1 deletion src/loadgenerator/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locust==1.6.0
requests==2.27.1
urllib3==1.26.5
urllib3==1.26.9
10 changes: 5 additions & 5 deletions src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile
# pip-compile requirements.in
#
certifi==2020.12.5
# via
Expand Down Expand Up @@ -55,17 +55,17 @@ six==1.15.0
# via
# flask-cors
# geventhttpclient
urllib3==1.26.5
urllib3==1.26.9
# via
# -r requirements.in
# requests
werkzeug==1.0.1
# via
# flask
# locust
zope.event==4.5.0
zope-event==4.5.0
# via gevent
zope.interface==5.1.0
zope-interface==5.1.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ opencensus-ext-stackdriver==0.7.3
opencensus-ext-grpc==0.7.1
python-json-logger==0.1.11
requests==2.27.1
urllib3==1.26.5
urllib3==1.26.9
rsa==4.7
pyyaml==6.0
protobuf==3.15.0 # transitive dependency, move when google-api is bumped safely
6 changes: 3 additions & 3 deletions src/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile
# pip-compile requirements.in
#
cachetools==4.2.4
# via google-auth
Expand Down Expand Up @@ -120,7 +120,7 @@ six==1.15.0
# protobuf
uritemplate==3.0.1
# via google-api-python-client
urllib3==1.26.5
urllib3==1.26.9
# via
# -r requirements.in
# requests
Expand Down