Skip to content

Commit a82297e

Browse files
author
GitHub Actions
committed
ci: update requirements and Dockerfile
1 parent d95936c commit a82297e

File tree

3 files changed

+23
-17
lines changed

3 files changed

+23
-17
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM kernai/refinery-parent-images:v1.21.0-common
2+
FROM kernai/refinery-parent-images:parent-image-updates-v1.21.0-common
33

44
WORKDIR /program
55

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.21.0-common
1+
FROM kernai/refinery-parent-images:parent-image-updates-v1.21.0-common
22

33
WORKDIR /app
44

requirements/common-requirements.txt

Lines changed: 21 additions & 15 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.11
33
# by the following command:
44
#
55
# pip-compile common-requirements.in
@@ -8,22 +8,26 @@ annotated-types==0.7.0
88
# via pydantic
99
anyio==4.9.0
1010
# via starlette
11-
boto3==1.25.0
11+
argon2-cffi==25.1.0
12+
# via minio
13+
argon2-cffi-bindings==21.2.0
14+
# via argon2-cffi
15+
boto3==1.39.6
1216
# via -r common-requirements.in
13-
botocore==1.28.5
17+
botocore==1.39.6
1418
# via
1519
# boto3
1620
# s3transfer
17-
certifi==2025.6.15
21+
certifi==2025.7.14
1822
# via
1923
# minio
2024
# requests
25+
cffi==1.17.1
26+
# via argon2-cffi-bindings
2127
charset-normalizer==3.4.2
2228
# via requests
23-
click==8.1.8
29+
click==8.2.1
2430
# via uvicorn
25-
exceptiongroup==1.3.0
26-
# via anyio
2731
fastapi==0.115.2
2832
# via -r mini-requirements.in
2933
h11==0.16.0
@@ -36,7 +40,7 @@ jmespath==1.0.1
3640
# via
3741
# boto3
3842
# botocore
39-
minio==7.1.12
43+
minio==7.2.15
4044
# via -r common-requirements.in
4145
numpy==1.23.4
4246
# via
@@ -46,6 +50,10 @@ pandas==1.5.1
4650
# via -r common-requirements.in
4751
psycopg2-binary==2.9.9
4852
# via -r common-requirements.in
53+
pycparser==2.22
54+
# via cffi
55+
pycryptodome==3.23.0
56+
# via minio
4957
pydantic==2.7.4
5058
# via
5159
# -r mini-requirements.in
@@ -58,9 +66,9 @@ python-dateutil==2.9.0.post0
5866
# pandas
5967
pytz==2025.2
6068
# via pandas
61-
requests==2.31.0
69+
requests==2.32.4
6270
# via -r mini-requirements.in
63-
s3transfer==0.6.2
71+
s3transfer==0.13.0
6472
# via boto3
6573
six==1.17.0
6674
# via python-dateutil
@@ -70,16 +78,14 @@ sqlalchemy==1.4.42
7078
# via -r common-requirements.in
7179
starlette==0.40.0
7280
# via fastapi
73-
typing-extensions==4.14.0
81+
typing-extensions==4.14.1
7482
# via
7583
# anyio
76-
# exceptiongroup
7784
# fastapi
85+
# minio
7886
# pydantic
7987
# pydantic-core
80-
# starlette
81-
# uvicorn
82-
urllib3==1.26.20
88+
urllib3==2.5.0
8389
# via
8490
# botocore
8591
# minio

0 commit comments

Comments
 (0)