Skip to content

Commit

Permalink
chore(deps): update dependency urllib3 to v1.26.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 5, 2022
1 parent cbdd4c6 commit fad396b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
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

0 comments on commit fad396b

Please sign in to comment.