Skip to content

Commit 41482dc

Browse files
authored
Upgrade Django to latest 5.1.8 security release (#294)
Signed-off-by: tdruez <[email protected]>
1 parent 092510f commit 41482dc

21 files changed

+8
-99
lines changed

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install_requires =
5151
wheel==0.45.1
5252
pip==25.0.1
5353
# Django
54-
Django==5.1.7
54+
Django==5.1.8
5555
asgiref==3.8.1
5656
typing_extensions==4.12.2
5757
sqlparse==0.5.3
@@ -64,12 +64,12 @@ install_requires =
6464
confusable_homoglyphs==3.3.1
6565
django-guardian==2.4.0
6666
django-environ==0.12.0
67-
django-debug-toolbar==5.0.1
67+
django-debug-toolbar==5.1.0
6868
# CAPTCHA
6969
altcha==0.1.9
7070
django_altcha==0.1.2
7171
# REST API
72-
djangorestframework==3.15.2
72+
djangorestframework==3.16.0
7373
# API documentation, `coreapi` and its requirements:
7474
coreapi==2.3.3
7575
MarkupSafe==3.0.2
@@ -86,7 +86,7 @@ install_requires =
8686
qrcode==8.0
8787
pypng==0.20220715.0
8888
# Database
89-
psycopg==3.2.4
89+
psycopg==3.2.6
9090
# Cache
9191
redis==5.2.1
9292
# redis dependencies:
@@ -100,12 +100,12 @@ install_requires =
100100
# Testing
101101
model_bakery==1.10.1
102102
# Task queue
103-
rq==2.1.0
103+
rq==2.3.2
104104
django-rq==3.0.0
105105
fakeredis==2.27.0
106106
# Scheduler
107107
rq-scheduler==0.14.0
108-
crontab==1.0.1
108+
crontab==1.0.4
109109
freezegun==1.5.1
110110
# Libs
111111
certifi==2025.1.31
@@ -168,10 +168,10 @@ install_requires =
168168
attrs==25.1.0
169169
pyrsistent==0.20.0
170170
# CycloneDX
171-
cyclonedx-python-lib==8.8.0
171+
cyclonedx-python-lib==9.1.0
172172
sortedcontainers==2.4.0
173173
toml==0.10.2
174-
py-serializable==1.1.2
174+
py-serializable==2.0.0
175175
# Git
176176
GitPython==3.1.44
177177
gitdb==4.0.12

thirdparty/dist/Django-5.1.7-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
7.89 MB
Binary file not shown.
-19.2 KB
Binary file not shown.
21.2 KB
Binary file not shown.

thirdparty/dist/cyclonedx_python_lib-8.8.0-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 15 deletions
This file was deleted.

thirdparty/dist/cyclonedx_python_lib-8.8.0-py3-none-any.whl renamed to thirdparty/dist/cyclonedx_python_lib-9.1.0-py3-none-any.whl

367 KB
Binary file not shown.

thirdparty/dist/django_debug_toolbar-5.0.1-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.

thirdparty/dist/django_debug_toolbar-5.0.1-py3-none-any.whl renamed to thirdparty/dist/django_debug_toolbar-5.1.0-py3-none-any.whl

254 KB
Binary file not shown.
-1.01 MB
Binary file not shown.

0 commit comments

Comments
 (0)