Skip to content

Commit d969941

Browse files
committed
upgrade dists
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent dac713c commit d969941

16 files changed

Lines changed: 238 additions & 238 deletions

pyproject.toml

Lines changed: 12 additions & 12 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,9 +47,9 @@ 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
@@ -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",
23.8 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.
295 KB
Binary file not shown.
20.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)