File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44ENV DRYCC_UID=1001 \
55 DRYCC_GID=1001 \
66 DRYCC_HOME_DIR=/workspace \
7- PYTHON_VERSION="3.12 "
7+ PYTHON_VERSION="3.13 "
88
99RUN groupadd drycc --gid ${DRYCC_GID} \
1010 && useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ COPY requirements.txt ${DRYCC_HOME_DIR}/requirements.txt
77COPY dev_requirements.txt ${DRYCC_HOME_DIR}/dev_requirements.txt
88
99ENV 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
1515RUN buildDeps='gcc rustc cargo libffi-dev musl-dev openssl'; \
Original file line number Diff line number Diff line change 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
1010requests-mock==1.12.1
Original file line number Diff line number Diff line change 22inotify == 0.2.10
33backoff == 2.2.1
44django == 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
88django-guardian == 2.4.0
9- djangorestframework == 3.15.2
9+ djangorestframework == 3.16.0
1010docker == 7.1.0
1111gunicorn == 23.0.0
12- uvicorn [standard ]== 0.32 .0
12+ uvicorn [standard ]== 0.34 .0
1313asgiref == 3.8.1
1414idna == 3.10
1515jsonschema == 4.23.0
1616morph == 0.1.5
1717packaging == 24.2
1818pyasn1 == 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
2121ndg-httpsclient == 0.5.1
22- pytz == 2024 .2
22+ pytz == 2025 .2
2323requests == 2.32.3
2424requests-toolbelt == 1.0.0
25- celery == 5.4 .0
26- hiredis == 3.0 .0
25+ celery == 5.5 .0
26+ hiredis == 3.1 .0
2727django_redis == 5.4.0
2828dj-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
You can’t perform that action at this time.
0 commit comments