File tree Expand file tree Collapse file tree 4 files changed +78
-19
lines changed Expand file tree Collapse file tree 4 files changed +78
-19
lines changed Original file line number Diff line number Diff line change 1
- FROM kernai/refinery-parent-images:v1.15 .0-common
1
+ FROM kernai/refinery-parent-images:v1.16 .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.15 .0-common
1
+ FROM kernai/refinery-parent-images:v1.16 .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.10
2
+ # This file is autogenerated by pip-compile with Python 3.9
3
3
# by the following command:
4
4
#
5
5
# pip-compile common-requirements.in
6
6
#
7
- anyio==4.3.0
8
- # via starlette
7
+ anyio==4.4.0
8
+ # via
9
+ # httpx
10
+ # starlette
11
+ # watchfiles
9
12
boto3==1.25.0
10
13
# via -r common-requirements.in
11
14
botocore==1.28.5
12
15
# via
13
16
# boto3
14
17
# s3transfer
15
- certifi==2024.2 .2
18
+ certifi==2024.6 .2
16
19
# via
20
+ # httpcore
21
+ # httpx
17
22
# minio
18
23
# requests
19
24
charset-normalizer==3.3.2
20
25
# via requests
21
26
click==8.1.7
22
- # via uvicorn
23
- exceptiongroup==1.2.0
27
+ # via
28
+ # typer
29
+ # uvicorn
30
+ dnspython==2.6.1
31
+ # via email-validator
32
+ email-validator==2.1.1
33
+ # via fastapi
34
+ exceptiongroup==1.2.1
24
35
# via anyio
25
- fastapi==0.110 .0
36
+ fastapi==0.111 .0
26
37
# via -r mini-requirements.in
27
- greenlet==3 .0.3
28
- # via sqlalchemy
38
+ fastapi-cli==0 .0.4
39
+ # via fastapi
29
40
h11==0.14.0
41
+ # via
42
+ # httpcore
43
+ # uvicorn
44
+ httpcore==1.0.5
45
+ # via httpx
46
+ httptools==0.6.1
30
47
# via uvicorn
48
+ httpx==0.27.0
49
+ # via fastapi
31
50
idna==3.7
32
51
# via
33
52
# anyio
53
+ # email-validator
54
+ # httpx
34
55
# requests
56
+ jinja2==3.1.4
57
+ # via fastapi
35
58
jmespath==1.0.1
36
59
# via
37
60
# boto3
38
61
# botocore
62
+ markdown-it-py==3.0.0
63
+ # via rich
64
+ markupsafe==2.1.5
65
+ # via jinja2
66
+ mdurl==0.1.2
67
+ # via markdown-it-py
39
68
minio==7.1.12
40
69
# via -r common-requirements.in
41
70
numpy==1.23.4
42
71
# via
43
72
# -r common-requirements.in
44
73
# pandas
74
+ orjson==3.10.3
75
+ # via fastapi
45
76
pandas==1.5.1
46
77
# via -r common-requirements.in
47
78
psycopg2-binary==2.9.9
48
79
# via -r common-requirements.in
49
- pydantic==1.10.8
80
+ pydantic==1.10.13
50
81
# via
51
82
# -r mini-requirements.in
52
83
# fastapi
84
+ pygments==2.18.0
85
+ # via rich
53
86
python-dateutil==2.9.0.post0
54
87
# via
55
88
# botocore
56
89
# pandas
90
+ python-dotenv==1.0.1
91
+ # via uvicorn
92
+ python-multipart==0.0.9
93
+ # via fastapi
57
94
pytz==2024.1
58
95
# via pandas
59
- requests==2.31.0
96
+ pyyaml==6.0.1
97
+ # via uvicorn
98
+ requests==2.32.0
60
99
# via -r mini-requirements.in
100
+ rich==13.7.1
101
+ # via typer
61
102
s3transfer==0.6.2
62
103
# via boto3
104
+ shellingham==1.5.4
105
+ # via typer
63
106
six==1.16.0
64
107
# via python-dateutil
65
108
sniffio==1.3.1
66
- # via anyio
109
+ # via
110
+ # anyio
111
+ # httpx
67
112
sqlalchemy==1.4.42
68
113
# via -r common-requirements.in
69
- starlette==0.36.3
114
+ starlette==0.37.2
70
115
# via fastapi
71
- typing-extensions==4.11.0
116
+ typer==0.12.3
117
+ # via fastapi-cli
118
+ typing-extensions==4.12.1
72
119
# via
73
120
# anyio
74
121
# fastapi
75
122
# pydantic
123
+ # starlette
124
+ # typer
125
+ ujson==5.10.0
126
+ # via fastapi
76
127
urllib3==1.26.18
77
128
# via
78
129
# botocore
79
130
# minio
80
131
# requests
81
- uvicorn==0.22.0
82
- # via -r mini-requirements.in
132
+ uvicorn[standard]==0.22.0
133
+ # via
134
+ # -r mini-requirements.in
135
+ # fastapi
136
+ uvloop==0.19.0
137
+ # via uvicorn
138
+ watchfiles==0.22.0
139
+ # via uvicorn
140
+ websockets==12.0
141
+ # via uvicorn
You can’t perform that action at this time.
0 commit comments