File tree Expand file tree Collapse file tree 5 files changed +17
-13
lines changed Expand file tree Collapse file tree 5 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1
- FROM kernai/refinery-parent-images:v1.14 .0-common
1
+ FROM kernai/refinery-parent-images:v1.15 .0-common
2
2
3
3
WORKDIR /program
4
4
Original file line number Diff line number Diff line change 1
- FROM kernai/refinery-parent-images:v1.14 .0-common
1
+ FROM kernai/refinery-parent-images:v1.15 .0-common
2
2
3
3
WORKDIR /app
4
4
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.9
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
3
# by the following command:
4
4
#
5
5
# pip-compile --output-file=requirements.txt requirements/requirements.in
@@ -38,11 +38,15 @@ gitdb==4.0.9
38
38
# via gitpython
39
39
gitpython == 3.1.42
40
40
# via -r requirements/requirements.in
41
+ greenlet == 3.0.3
42
+ # via
43
+ # -r requirements/common-requirements.txt
44
+ # sqlalchemy
41
45
h11 == 0.14.0
42
46
# via
43
47
# -r requirements/common-requirements.txt
44
48
# uvicorn
45
- idna == 3.6
49
+ idna == 3.7
46
50
# via
47
51
# -r requirements/common-requirements.txt
48
52
# anyio
@@ -66,7 +70,7 @@ pydantic==1.10.8
66
70
# via
67
71
# -r requirements/common-requirements.txt
68
72
# fastapi
69
- python-dateutil == 2.8.2
73
+ python-dateutil == 2.9.0.post0
70
74
# via
71
75
# -r requirements/common-requirements.txt
72
76
# botocore
@@ -97,13 +101,12 @@ starlette==0.36.3
97
101
# via
98
102
# -r requirements/common-requirements.txt
99
103
# fastapi
100
- typing-extensions == 4.10 .0
104
+ typing-extensions == 4.11 .0
101
105
# via
102
106
# -r requirements/common-requirements.txt
103
107
# anyio
104
108
# fastapi
105
109
# pydantic
106
- # starlette
107
110
urllib3 == 1.26.18
108
111
# via
109
112
# -r requirements/common-requirements.txt
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.9
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
3
# by the following command:
4
4
#
5
5
# pip-compile common-requirements.in
@@ -24,9 +24,11 @@ exceptiongroup==1.2.0
24
24
# via anyio
25
25
fastapi==0.110.0
26
26
# via -r mini-requirements.in
27
+ greenlet==3.0.3
28
+ # via sqlalchemy
27
29
h11==0.14.0
28
30
# via uvicorn
29
- idna==3.6
31
+ idna==3.7
30
32
# via
31
33
# anyio
32
34
# requests
@@ -48,7 +50,7 @@ pydantic==1.10.8
48
50
# via
49
51
# -r mini-requirements.in
50
52
# fastapi
51
- python-dateutil==2.8.2
53
+ python-dateutil==2.9.0.post0
52
54
# via
53
55
# botocore
54
56
# pandas
@@ -66,12 +68,11 @@ sqlalchemy==1.4.42
66
68
# via -r common-requirements.in
67
69
starlette==0.36.3
68
70
# via fastapi
69
- typing-extensions==4.10 .0
71
+ typing-extensions==4.11 .0
70
72
# via
71
73
# anyio
72
74
# fastapi
73
75
# pydantic
74
- # starlette
75
76
urllib3==1.26.18
76
77
# via
77
78
# botocore
You can’t perform that action at this time.
0 commit comments