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,8 +4,8 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44ENV DRYCC_HOME_DIR=/workspace \
55 PGDATA="/var/lib/postgresql/data" \
66 PYTHON_VERSION="3.13" \
7- POSTGRES_VERSION="15.12 " \
8- GOSU_VERSION="1.17 "
7+ POSTGRES_VERSION="17.6 " \
8+ GOSU_VERSION="1.18 "
99
1010COPY requirements.txt ${DRYCC_HOME_DIR}/requirements.txt
1111COPY dev_requirements.txt ${DRYCC_HOME_DIR}/dev_requirements.txt
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.8.0
4+ coverage==7.10.6
55
66# Run "make test-style" to check python syntax and style
7- flake8==7.2 .0
7+ flake8==7.3 .0
88
99# mock out python-requests, mostly k8s
1010requests-mock==1.12.1
Original file line number Diff line number Diff line change 11# Drycc passport requirements
2- django == 4 .2.23
2+ django == 5 .2.6
33pytz == 2025.2
44django-auth-ldap == 5.2.0
5- django-cors-headers == 4.7 .0
5+ django-cors-headers == 4.8 .0
66djangorestframework == 3.16.1
77gunicorn == 23.0.0
88uvicorn == 0.35.0
99asgiref == 3.9.1
10- psycopg [binary ]== 3.2.9
10+ psycopg [binary ]== 3.2.10
1111requests == 2.32.5
1212requests-toolbelt == 1.0.0
1313redis == 6.4.0
1414hiredis == 3.2.1
1515dj-database-url == 3.0.1
1616django-oauth-toolkit == 3.0.1
17- whitenoise == 6.9 .0
17+ whitenoise == 6.10 .0
You can’t perform that action at this time.
0 commit comments