Skip to content

Commit a59f82e

Browse files
new parent image (#62)
1 parent ad67e51 commit a59f82e

File tree

5 files changed

+17
-13
lines changed

5 files changed

+17
-13
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.14.0-common
1+
FROM kernai/refinery-parent-images:v1.15.0-common
22

33
WORKDIR /program
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.14.0-common
1+
FROM kernai/refinery-parent-images:v1.15.0-common
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements/requirements.in
@@ -38,11 +38,15 @@ gitdb==4.0.9
3838
# via gitpython
3939
gitpython==3.1.42
4040
# via -r requirements/requirements.in
41+
greenlet==3.0.3
42+
# via
43+
# -r requirements/common-requirements.txt
44+
# sqlalchemy
4145
h11==0.14.0
4246
# via
4347
# -r requirements/common-requirements.txt
4448
# uvicorn
45-
idna==3.6
49+
idna==3.7
4650
# via
4751
# -r requirements/common-requirements.txt
4852
# anyio
@@ -66,7 +70,7 @@ pydantic==1.10.8
6670
# via
6771
# -r requirements/common-requirements.txt
6872
# fastapi
69-
python-dateutil==2.8.2
73+
python-dateutil==2.9.0.post0
7074
# via
7175
# -r requirements/common-requirements.txt
7276
# botocore
@@ -97,13 +101,12 @@ starlette==0.36.3
97101
# via
98102
# -r requirements/common-requirements.txt
99103
# fastapi
100-
typing-extensions==4.10.0
104+
typing-extensions==4.11.0
101105
# via
102106
# -r requirements/common-requirements.txt
103107
# anyio
104108
# fastapi
105109
# pydantic
106-
# starlette
107110
urllib3==1.26.18
108111
# via
109112
# -r requirements/common-requirements.txt

requirements/common-requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile common-requirements.in
@@ -24,9 +24,11 @@ exceptiongroup==1.2.0
2424
# via anyio
2525
fastapi==0.110.0
2626
# via -r mini-requirements.in
27+
greenlet==3.0.3
28+
# via sqlalchemy
2729
h11==0.14.0
2830
# via uvicorn
29-
idna==3.6
31+
idna==3.7
3032
# via
3133
# anyio
3234
# requests
@@ -48,7 +50,7 @@ pydantic==1.10.8
4850
# via
4951
# -r mini-requirements.in
5052
# fastapi
51-
python-dateutil==2.8.2
53+
python-dateutil==2.9.0.post0
5254
# via
5355
# botocore
5456
# pandas
@@ -66,12 +68,11 @@ sqlalchemy==1.4.42
6668
# via -r common-requirements.in
6769
starlette==0.36.3
6870
# via fastapi
69-
typing-extensions==4.10.0
71+
typing-extensions==4.11.0
7072
# via
7173
# anyio
7274
# fastapi
7375
# pydantic
74-
# starlette
7576
urllib3==1.26.18
7677
# via
7778
# botocore

0 commit comments

Comments
 (0)