Skip to content

Commit 91ffae1

Browse files
committed
chore(django): bump version to 5.2.6
1 parent 06ba342 commit 91ffae1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

rootfs/Dockerfile.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
ENV 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

1010
COPY requirements.txt ${DRYCC_HOME_DIR}/requirements.txt
1111
COPY dev_requirements.txt ${DRYCC_HOME_DIR}/dev_requirements.txt

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.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
1010
requests-mock==1.12.1

rootfs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Drycc passport requirements
2-
django==4.2.23
2+
django==5.2.6
33
pytz==2025.2
44
django-auth-ldap==5.2.0
5-
django-cors-headers==4.7.0
5+
django-cors-headers==4.8.0
66
djangorestframework==3.16.1
77
gunicorn==23.0.0
88
uvicorn==0.35.0
99
asgiref==3.9.1
10-
psycopg[binary]==3.2.9
10+
psycopg[binary]==3.2.10
1111
requests==2.32.5
1212
requests-toolbelt==1.0.0
1313
redis==6.4.0
1414
hiredis==3.2.1
1515
dj-database-url==3.0.1
1616
django-oauth-toolkit==3.0.1
17-
whitenoise==6.9.0
17+
whitenoise==6.10.0

0 commit comments

Comments
 (0)