Skip to content

Commit 289f023

Browse files
authored
chore(deps): update dependency urllib3 to v1.26.9 (GoogleCloudPlatform#794)
1 parent e95f6ba commit 289f023

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

src/emailservice/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ python-json-logger==0.1.11
99
google-cloud-profiler==1.1.2
1010
google-cloud-trace==0.24.0
1111
requests==2.27.1
12-
urllib3==1.26.5
12+
urllib3==1.26.9
1313
protobuf==3.15.0 # transitive dependency, move when google-api is bumped safely

src/emailservice/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
2+
# This file is autogenerated by pip-compile with python 3.7
33
# To update, run:
44
#
5-
# pip-compile
5+
# pip-compile requirements.in
66
#
77
cachetools==4.2.4
88
# via google-auth
@@ -112,7 +112,7 @@ six==1.15.0
112112
# protobuf
113113
uritemplate==3.0.1
114114
# via google-api-python-client
115-
urllib3==1.26.5
115+
urllib3==1.26.9
116116
# via
117117
# -r requirements.in
118118
# requests

src/loadgenerator/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
locust==1.6.0
22
requests==2.27.1
3-
urllib3==1.26.5
3+
urllib3==1.26.9

src/loadgenerator/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
2+
# This file is autogenerated by pip-compile with python 3.7
33
# To update, run:
44
#
5-
# pip-compile
5+
# pip-compile requirements.in
66
#
77
certifi==2020.12.5
88
# via
@@ -55,17 +55,17 @@ six==1.15.0
5555
# via
5656
# flask-cors
5757
# geventhttpclient
58-
urllib3==1.26.5
58+
urllib3==1.26.9
5959
# via
6060
# -r requirements.in
6161
# requests
6262
werkzeug==1.0.1
6363
# via
6464
# flask
6565
# locust
66-
zope.event==4.5.0
66+
zope-event==4.5.0
6767
# via gevent
68-
zope.interface==5.1.0
68+
zope-interface==5.1.0
6969
# via gevent
7070

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

src/recommendationservice/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ opencensus-ext-stackdriver==0.7.3
88
opencensus-ext-grpc==0.7.1
99
python-json-logger==0.1.11
1010
requests==2.27.1
11-
urllib3==1.26.5
11+
urllib3==1.26.9
1212
rsa==4.7
1313
pyyaml==6.0
1414
protobuf==3.15.0 # transitive dependency, move when google-api is bumped safely

src/recommendationservice/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
2+
# This file is autogenerated by pip-compile with python 3.7
33
# To update, run:
44
#
5-
# pip-compile
5+
# pip-compile requirements.in
66
#
77
cachetools==4.2.4
88
# via google-auth
@@ -120,7 +120,7 @@ six==1.15.0
120120
# protobuf
121121
uritemplate==3.0.1
122122
# via google-api-python-client
123-
urllib3==1.26.5
123+
urllib3==1.26.9
124124
# via
125125
# -r requirements.in
126126
# requests

0 commit comments

Comments
 (0)