Skip to content

Commit 058419b

Browse files
authored
Upgrade certifi and other deps (#90)
1 parent 91bd4d0 commit 058419b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.5.0-common
1+
FROM kernai/refinery-parent-images:v1.7.0-common
22

33
WORKDIR /app
44

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.5.0-common
1+
FROM kernai/refinery-parent-images:v1.7.0-common
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ blis==0.7.9
1414
# via thinc
1515
boto3==1.25.0
1616
# via -r requirements/common-requirements.txt
17-
botocore==1.28.0
17+
botocore==1.28.5
1818
# via
1919
# -r requirements/common-requirements.txt
2020
# boto3
@@ -24,7 +24,7 @@ catalogue==2.0.8
2424
# spacy
2525
# srsly
2626
# thinc
27-
certifi==2022.9.24
27+
certifi==2022.12.7
2828
# via
2929
# -r requirements/common-requirements.txt
3030
# minio
@@ -132,7 +132,7 @@ python-dateutil==2.8.2
132132
# -r requirements/common-requirements.txt
133133
# botocore
134134
# pandas
135-
pytz==2022.5
135+
pytz==2022.6
136136
# via
137137
# -r requirements/common-requirements.txt
138138
# pandas
@@ -194,7 +194,7 @@ typing-extensions==4.4.0
194194
# via
195195
# -r requirements/common-requirements.txt
196196
# pydantic
197-
urllib3==1.26.12
197+
urllib3==1.26.13
198198
# via
199199
# -r requirements/common-requirements.txt
200200
# botocore

requirements/common-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ anyio==3.6.2
88
# via starlette
99
boto3==1.25.0
1010
# via -r requirements/common-requirements.in
11-
botocore==1.28.0
11+
botocore==1.28.5
1212
# via
1313
# boto3
1414
# s3transfer
15-
certifi==2022.9.24
15+
certifi==2022.12.7
1616
# via
1717
# minio
1818
# requests
@@ -50,7 +50,7 @@ python-dateutil==2.8.2
5050
# via
5151
# botocore
5252
# pandas
53-
pytz==2022.5
53+
pytz==2022.6
5454
# via pandas
5555
requests==2.28.1
5656
# via -r requirements/mini-requirements.in
@@ -68,7 +68,7 @@ typing-extensions==4.4.0
6868
# via
6969
# pydantic
7070
# starlette
71-
urllib3==1.26.12
71+
urllib3==1.26.13
7272
# via
7373
# botocore
7474
# minio

0 commit comments

Comments
 (0)