File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM kernai/refinery-parent-images:v1.14 .0-mini
1
+ FROM kernai/refinery-parent-images:v1.15 .0-mini
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
@@ -30,7 +30,7 @@ h11==0.14.0
30
30
# via
31
31
# -r requirements/mini-requirements.txt
32
32
# uvicorn
33
- idna == 3.6
33
+ idna == 3.7
34
34
# via
35
35
# -r requirements/mini-requirements.txt
36
36
# anyio
@@ -49,13 +49,12 @@ starlette==0.36.3
49
49
# via
50
50
# -r requirements/mini-requirements.txt
51
51
# fastapi
52
- typing-extensions == 4.10 .0
52
+ typing-extensions == 4.11 .0
53
53
# via
54
54
# -r requirements/mini-requirements.txt
55
55
# anyio
56
56
# fastapi
57
57
# pydantic
58
- # starlette
59
58
urllib3 == 2.2.1
60
59
# via
61
60
# -r requirements/mini-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 mini-requirements.in
@@ -18,7 +18,7 @@ fastapi==0.110.0
18
18
# via -r mini-requirements.in
19
19
h11==0.14.0
20
20
# via uvicorn
21
- idna==3.6
21
+ idna==3.7
22
22
# via
23
23
# anyio
24
24
# requests
@@ -32,12 +32,11 @@ sniffio==1.3.1
32
32
# via anyio
33
33
starlette==0.36.3
34
34
# via fastapi
35
- typing-extensions==4.10 .0
35
+ typing-extensions==4.11 .0
36
36
# via
37
37
# anyio
38
38
# fastapi
39
39
# pydantic
40
- # starlette
41
40
urllib3==2.2.1
42
41
# via requests
43
42
uvicorn==0.22.0
You can’t perform that action at this time.
0 commit comments