Update dependency django to v4.2.17

This commit is contained in:
renovate[bot] 2025-01-04 09:48:18 +00:00 committed by GitHub
parent 38083ff05a
commit 5206d8d3c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ pycryptodome==3.21.0 \
lxml==5.3.0 \ lxml==5.3.0 \
python-ldap==3.4.4 \ python-ldap==3.4.4 \
pytz==2024.2 \ pytz==2024.2 \
django==4.2.16 \ django==4.2.17 \
requests==2.32.3 \ requests==2.32.3 \
PyYAML==6.0.2 \ PyYAML==6.0.2 \
defusedxml==0.7.1 \ defusedxml==0.7.1 \

View file

@ -48,7 +48,7 @@ pillow==11.0.0 \
captcha==0.6.0 \ captcha==0.6.0 \
pyjwt==2.9.0 \ pyjwt==2.9.0 \
mysqlclient==2.2.6 \ mysqlclient==2.2.6 \
django==4.2.16 \ django==4.2.17 \
django-pylibmc==0.6.1 \ django-pylibmc==0.6.1 \
django-simple-captcha==0.6.0 \ django-simple-captcha==0.6.0 \
pycryptodome==3.21.0 \ pycryptodome==3.21.0 \