Skip to content

Commit a8789ac

Browse files
committed
Upgrade multiple dependencies to their latest version
Signed-off-by: tdruez <[email protected]>
1 parent 1391a75 commit a8789ac

File tree

60 files changed

+22
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+22
-350
lines changed

setup.cfg

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@ include_package_data = true
4747
zip_safe = false
4848
install_requires =
4949
# Base configuration tools
50-
setuptools==75.8.0
50+
setuptools==80.9.0
5151
wheel==0.45.1
52-
pip==25.0.1
52+
pip==25.1.1
5353
# Django
5454
Django==5.1.9
5555
asgiref==3.8.1
56-
typing_extensions==4.12.2
56+
typing_extensions==4.13.2
5757
sqlparse==0.5.3
5858
# Django apps
5959
django-crispy-forms==2.4
6060
crispy_bootstrap5==2025.4
61-
django-grappelli==4.0.1
61+
django-grappelli==4.0.2
6262
django-filter==24.3
6363
django-registration==3.4
6464
confusable_homoglyphs==3.3.1
6565
django-guardian==2.4.0
6666
django-environ==0.12.0
67-
django-debug-toolbar==5.1.0
67+
django-debug-toolbar==5.2.0
6868
# CAPTCHA
6969
altcha==0.1.9
7070
django_altcha==0.1.3
@@ -82,11 +82,11 @@ install_requires =
8282
django-appconf==1.1.0
8383
django-ipware==7.0.1
8484
# Multi-factor authentication
85-
django-otp==1.5.4
86-
qrcode==8.0
85+
django-otp==1.6.0
86+
qrcode==8.2
8787
pypng==0.20220715.0
8888
# Database
89-
psycopg==3.2.6
89+
psycopg==3.2.9
9090
# Cache
9191
redis==6.2.0
9292
# redis dependencies:
@@ -101,27 +101,27 @@ install_requires =
101101
model_bakery==1.10.1
102102
# Task queue
103103
rq==2.3.2
104-
django-rq==3.0.0
105-
fakeredis==2.27.0
104+
django-rq==3.0.1
105+
fakeredis==2.29.0
106106
# Scheduler
107107
rq-scheduler==0.14.0
108108
crontab==1.0.4
109-
freezegun==1.5.1
109+
freezegun==1.5.2
110110
# Libs
111-
certifi==2025.1.31
112-
urllib3==2.3.0
111+
certifi==2025.4.26
112+
urllib3==2.4.0
113113
python-dateutil==2.9.0.post0
114114
python-mimeparse==2.0.0
115115
PyJWT==2.10.1
116116
natsort==8.4.0
117117
six==1.17.0
118118
requests==2.32.3
119119
idna==3.10
120-
charset-normalizer==3.4.1
120+
charset-normalizer==3.4.2
121121
PyYAML==6.0.2
122122
Cython==3.0.12
123-
zipp==3.21.0
124-
XlsxWriter==3.2.2
123+
zipp==3.22.0
124+
XlsxWriter==3.2.3
125125
# Markdown
126126
Markdown==3.7
127127
bleach==6.2.0
@@ -135,13 +135,13 @@ install_requires =
135135
# LDAP Auth
136136
python-ldap==3.4.4
137137
pyasn1==0.6.1
138-
pyasn1-modules==0.4.1
138+
pyasn1-modules==0.4.2
139139
django-auth-ldap==5.1.0
140140
# LDAP Testing
141141
mockldap==0.3.0.post1
142142
funcparserlib==0.3.6
143143
# license expressions
144-
boolean.py==4.0
144+
boolean.py==5.0
145145
license-expression==30.4.1
146146
# Webhooks
147147
django-rest-hooks==1.6.1
@@ -164,10 +164,10 @@ install_requires =
164164
jsonschema-specifications==2024.10.1
165165
referencing==0.36.2
166166
rpds-py==0.22.3
167-
attrs==25.1.0
167+
attrs==25.3.0
168168
pyrsistent==0.20.0
169169
# CycloneDX
170-
cyclonedx-python-lib==9.1.0
170+
cyclonedx-python-lib==10.0.2
171171
sortedcontainers==2.4.0
172172
toml==0.10.2
173173
py-serializable==2.0.0
@@ -189,13 +189,13 @@ dev =
189189
ruff==0.9.6
190190
# Documentation
191191
doc8==1.1.2
192-
stevedore==5.4.0
192+
stevedore==5.4.1
193193
Pygments==2.19.1
194194
docutils==0.21.2
195195
restructuredtext-lint==1.4.0
196196
pbr==6.1.1
197197
# Parallel testing
198-
tblib==3.0.0
198+
tblib==3.1.0
199199

200200
[options.entry_points]
201201
console_scripts =
-161 KB
Binary file not shown.

thirdparty/dist/XlsxWriter-3.2.2-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 17 deletions
This file was deleted.
165 KB
Binary file not shown.
-61.7 KB
Binary file not shown.

thirdparty/dist/attrs-25.1.0-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 17 deletions
This file was deleted.
62.3 KB
Binary file not shown.
-25.3 KB
Binary file not shown.

thirdparty/dist/boolean.py-4.0-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 16 deletions
This file was deleted.
26 KB
Binary file not shown.

0 commit comments

Comments
 (0)