Skip to content

Commit d0d2a14

Browse files
authored
chore: upgrade librairies (#555)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 0e6951a commit d0d2a14

21 files changed

Lines changed: 246 additions & 273 deletions

dejacode/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,10 @@ def get_fake_redis_connection(config, use_strict_redis):
590590
"propagate": False,
591591
"level": "DEBUG" if DEBUG else DEJACODE_LOG_LEVEL,
592592
},
593+
"django_altcha": {
594+
"handlers": ["null"] if IS_TESTS else ["console"],
595+
"level": "WARNING",
596+
},
593597
},
594598
}
595599

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ classifiers = [
3131
]
3232
dependencies = [
3333
# Base configuration tools
34-
"setuptools==82.0.1",
34+
"setuptools==83.0.0",
3535
"wheel==0.47.0",
3636
"packaging==26.2",
3737
"pip==26.1.2",
3838
# Django
39-
"django==6.0.6",
40-
"asgiref==3.11.1",
39+
"django==6.0.7",
40+
"asgiref==3.12.1",
4141
"typing_extensions==4.15.0",
4242
"sqlparse==0.5.5",
4343
# Django apps
@@ -47,14 +47,14 @@ dependencies = [
4747
"django-filter==25.2",
4848
"django-registration==5.2.1",
4949
"confusable_homoglyphs==3.3.1",
50-
"django-guardian==3.3.1",
51-
"django-environ==0.13.0",
52-
"django-debug-toolbar==6.3.0",
50+
"django-guardian==3.3.2",
51+
"django-environ==0.14.0",
52+
"django-debug-toolbar==7.0.0",
5353
# Parallel testing
5454
"tblib==3.2.2",
5555
# CAPTCHA
5656
"altcha==1.0.0",
57-
"django_altcha==0.10.0",
57+
"django-altcha==1.0.0",
5858
# REST API
5959
"djangorestframework==3.16.1",
6060
# API documentation
@@ -71,18 +71,18 @@ dependencies = [
7171
# Database
7272
"psycopg==3.3.4",
7373
# Cache
74-
"redis==8.0.0",
74+
"redis==8.0.1",
7575
# Antivirus
7676
"clamd==1.0.2",
7777
# Testing
7878
"model_bakery==1.23.3",
7979
# Task queue
80-
"rq==2.9.0",
81-
"croniter==6.2.2",
80+
"rq==2.10.0",
81+
"croniter==6.2.3",
8282
"django-rq==3.2.2",
83-
"fakeredis==2.36.0",
83+
"fakeredis==2.36.2",
8484
# Libs
85-
"certifi==2026.5.20",
85+
"certifi==2026.6.17",
8686
"urllib3==2.7.0",
8787
"python-dateutil==2.9.0.post0",
8888
"python-mimeparse==2.0.0",
@@ -91,7 +91,7 @@ dependencies = [
9191
"six==1.17.0",
9292
"requests==2.34.2",
9393
"idna==3.18",
94-
"charset-normalizer==3.4.7",
94+
"charset-normalizer==3.4.9",
9595
"PyYAML==6.0.3",
9696
"cython==3.2.4",
9797
"zipp==4.1.0",

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

Lines changed: 0 additions & 14 deletions
This file was deleted.
24.9 KB
Binary file not shown.
130 KB
Binary file not shown.
Binary file not shown.
116 KB
Binary file not shown.
45.4 KB
Binary file not shown.
45.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)