Skip to content

Commit 8dc9816

Browse files
committed
chore: dependencies uprade
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 5b94107 commit 8dc9816

16 files changed

Lines changed: 56 additions & 59 deletions

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ classifiers = [
3131
]
3232
dependencies = [
3333
# Base configuration tools
34-
"setuptools==83.0.0",
35-
"wheel==0.47.0",
34+
"setuptools==84.0.0",
35+
"wheel==0.48.0",
3636
"packaging==26.2",
37-
"pip==26.1.2",
37+
"pip==26.2.1",
3838
# Django
39-
"django==6.0.7",
39+
"django==6.0.8",
4040
"asgiref==3.12.1",
4141
"typing_extensions==4.15.0",
42-
"sqlparse==0.5.5",
42+
"sqlparse==0.6.0",
4343
# Django apps
4444
"django-crispy-forms==2.6",
4545
"crispy_bootstrap5==2026.3",
@@ -49,7 +49,7 @@ dependencies = [
4949
"confusable_homoglyphs==3.3.1",
5050
"django-guardian==3.3.2",
5151
"django-environ==0.14.0",
52-
"django-debug-toolbar==7.0.0",
52+
"django-debug-toolbar==7.1.1",
5353
# Parallel testing
5454
"tblib==3.2.2",
5555
# CAPTCHA
@@ -71,27 +71,27 @@ dependencies = [
7171
# Database
7272
"psycopg==3.3.4",
7373
# Cache
74-
"redis==8.0.1",
74+
"redis==8.1.0",
7575
# Antivirus
7676
"clamd==1.0.2",
7777
# Testing
7878
"model_bakery==1.23.3",
7979
# Task queue
8080
"rq==2.9.0",
81-
"croniter==6.2.3",
81+
"croniter==6.2.4",
8282
"django-rq==3.2.2",
8383
"fakeredis==2.36.2",
8484
# Libs
85-
"certifi==2026.6.17",
85+
"certifi==2026.7.22",
8686
"urllib3==2.7.0",
8787
"python-dateutil==2.9.0.post0",
8888
"python-mimeparse==2.0.0",
8989
"pyjwt==2.13.0",
9090
"natsort==8.4.0",
9191
"six==1.17.0",
9292
"requests==2.34.2",
93-
"idna==3.18",
94-
"charset-normalizer==3.4.9",
93+
"idna==3.19",
94+
"charset-normalizer==3.5.1",
9595
"PyYAML==6.0.3",
9696
"cython==3.2.4",
9797
"zipp==4.1.0",
@@ -109,7 +109,7 @@ dependencies = [
109109
# LDAP Auth
110110
"python_ldap==3.4.5",
111111
"setuptools-scm==9.2.2",
112-
"pyasn1==0.6.3",
112+
"pyasn1==0.6.4",
113113
"pyasn1-modules==0.4.2",
114114
"django-auth-ldap==5.3.0",
115115
# license expressions
@@ -130,7 +130,7 @@ dependencies = [
130130
# PackageURL
131131
"packageurl-python==0.17.6",
132132
# Gunicorn
133-
"gunicorn==26.0.0",
133+
"gunicorn==26.1.0",
134134
# SPDX validation
135135
"jsonschema==4.26.0",
136136
"jsonschema-specifications==2025.9.1",
134 KB
Binary file not shown.
Binary file not shown.
7.99 MB
Binary file not shown.
297 KB
Binary file not shown.
211 KB
Binary file not shown.
66.9 KB
Binary file not shown.
127 KB
Binary file not shown.
1.73 MB
Binary file not shown.

0 commit comments

Comments
 (0)