Skip to content

Commit d6f358a

Browse files
committed
chore(controller): bump version
1 parent 9d31b36 commit d6f358a

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
ENV DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/workspace \
7-
PYTHON_VERSION="3.12"
7+
PYTHON_VERSION="3.13"
88

99
RUN groupadd drycc --gid ${DRYCC_GID} \
1010
&& useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}

rootfs/Dockerfile.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ COPY requirements.txt ${DRYCC_HOME_DIR}/requirements.txt
77
COPY dev_requirements.txt ${DRYCC_HOME_DIR}/dev_requirements.txt
88

99
ENV PGDATA="/opt/drycc/postgresql/data" \
10-
PYTHON_VERSION="3.12" \
11-
VALKEY_VERSION="8.0.1" \
12-
POSTGRES_VERSION="15.5" \
10+
PYTHON_VERSION="3.13" \
11+
VALKEY_VERSION="8.1.0" \
12+
POSTGRES_VERSION="15.12" \
1313
GOSU_VERSION="1.17"
1414

1515
RUN buildDeps='gcc rustc cargo libffi-dev musl-dev openssl'; \

rootfs/dev_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# test module
22
# test
33
# Run "make test-unit" for the % of code exercised during tests
4-
coverage==7.6.1
4+
coverage==7.8.0
55

66
# Run "make test-style" to check python syntax and style
7-
flake8==7.1.1
7+
flake8==7.2.0
88

99
# mock out python-requests, mostly k8s
1010
requests-mock==1.12.1

rootfs/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
inotify==0.2.10
33
backoff==2.2.1
44
django==4.2.20
5-
channels==4.1.0
6-
aiohttp==3.11.0
7-
django-cors-headers==4.6.0
5+
channels==4.2.2
6+
aiohttp==3.11.16
7+
django-cors-headers==4.7.0
88
django-guardian==2.4.0
9-
djangorestframework==3.15.2
9+
djangorestframework==3.16.0
1010
docker==7.1.0
1111
gunicorn==23.0.0
12-
uvicorn[standard]==0.32.0
12+
uvicorn[standard]==0.34.0
1313
asgiref==3.8.1
1414
idna==3.10
1515
jsonschema==4.23.0
1616
morph==0.1.5
1717
packaging==24.2
1818
pyasn1==0.6.1
19-
psycopg[binary]==3.2.3
20-
pyOpenSSL==24.2.1
19+
psycopg[binary]==3.2.6
20+
pyOpenSSL==25.0.0
2121
ndg-httpsclient==0.5.1
22-
pytz==2024.2
22+
pytz==2025.2
2323
requests==2.32.3
2424
requests-toolbelt==1.0.0
25-
celery==5.4.0
26-
hiredis==3.0.0
25+
celery==5.5.0
26+
hiredis==3.1.0
2727
django_redis==5.4.0
2828
dj-database-url==2.3.0
29-
social-auth-app-django==5.4.2
30-
kubernetes==31.0.0
29+
social-auth-app-django==5.4.3
30+
kubernetes==32.0.1

0 commit comments

Comments
 (0)