Skip to content

Commit b70fb53

Browse files
authored
Upgrade Django to latest version (#338)
Signed-off-by: tdruez <[email protected]>
1 parent 06d926c commit b70fb53

22 files changed

+92
-92
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies = [
3535
"wheel==0.45.1",
3636
"pip==25.1.1",
3737
# Django
38-
"Django==5.2.3",
39-
"asgiref==3.8.1",
38+
"Django==5.2.4",
39+
"asgiref==3.9.1",
4040
"typing_extensions==4.14.0",
4141
"sqlparse==0.5.3",
4242
# Django apps
@@ -46,7 +46,7 @@ dependencies = [
4646
"django-filter==25.1",
4747
"django-registration==3.4",
4848
"confusable_homoglyphs==3.3.1",
49-
"django-guardian==3.0.0",
49+
"django-guardian==3.0.3",
5050
"django-environ==0.12.0",
5151
"django-debug-toolbar==5.2.0",
5252
# CAPTCHA
@@ -62,7 +62,7 @@ dependencies = [
6262
# Track failed login attempts
6363
"django-axes==8.0.0",
6464
# Multi-factor authentication
65-
"django-otp==1.6.0",
65+
"django-otp==1.6.1",
6666
"qrcode==8.2",
6767
"pypng==0.20220715.0",
6868
# Database
@@ -80,9 +80,9 @@ dependencies = [
8080
# Testing
8181
"model_bakery==1.10.1",
8282
# Task queue
83-
"rq==2.3.3",
83+
"rq==2.4.0",
8484
"django-rq==3.0.1",
85-
"fakeredis==2.29.0",
85+
"fakeredis==2.30.1",
8686
# Scheduler
8787
"rq-scheduler==0.14.0",
8888
"crontab==1.0.4",
-23.3 KB
Binary file not shown.

thirdparty/dist/asgiref-3.8.1-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
23.2 KB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: asgiref-3.9.1-py3-none-any.whl
2+
name: asgiref
3+
version: 3.9.1
4+
download_url: https://files.pythonhosted.org/packages/7c/3c/0464dcada90d5da0e71018c04a140ad6349558afb30b3051b4264cc5b965/asgiref-3.9.1-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright asgiref project contributors
8+
attribute: yes
9+
checksum_md5: d19da2d0d9ec6d796bcdd3a27a908294
10+
checksum_sha1: d50c91654fbdcf5fbfcddedc6c7b68331f1d9c2e
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE

thirdparty/dist/django-5.2.3-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
7.92 MB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: django-5.2.4-py3-none-any.whl
2+
name: django
3+
version: 5.2.4
4+
download_url: https://files.pythonhosted.org/packages/14/ae/706965237a672434c8b520e89a818e8b047af94e9beb342d0bee405c26c7/django-5.2.4-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright django project contributors
8+
attribute: yes
9+
checksum_md5: fee657f7686462d388f274c5f92b634a
10+
checksum_sha1: a6a7904e3749a0e8937a50643293889929b4b6f7
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE

thirdparty/dist/django_guardian-3.0.0-py3-none-any.whl.ABOUT

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

thirdparty/dist/django_guardian-3.0.0-py3-none-any.whl renamed to thirdparty/dist/django_guardian-3.0.3-py3-none-any.whl

110 KB
Binary file not shown.

0 commit comments

Comments
 (0)