Skip to content

Commit 4886682

Browse files
authored
chore: upgrade tpp dependencies to latest version (#493)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent e12f0cd commit 4886682

40 files changed

Lines changed: 187 additions & 184 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ dependencies = [
4141
"typing_extensions==4.15.0",
4242
"sqlparse==0.5.5",
4343
# Django apps
44-
"django-crispy-forms==2.5",
45-
"crispy_bootstrap5==2025.6",
44+
"django-crispy-forms==2.6",
45+
"crispy_bootstrap5==2026.3",
4646
"django-grappelli==4.0.3",
4747
"django-filter==25.2",
4848
"django-registration==3.4",
4949
"confusable_homoglyphs==3.3.1",
50-
"django-guardian==3.2.0",
51-
"django-environ==0.12.0",
50+
"django-guardian==3.3.0",
51+
"django-environ==0.13.0",
5252
"django-debug-toolbar==6.2.0",
5353
# CAPTCHA
5454
"altcha==1.0.0",
5555
"django_altcha==0.9.0",
5656
# REST API
5757
"djangorestframework==3.16.1",
5858
# API documentation
59-
"drf-yasg==1.21.14",
59+
"drf-yasg==1.21.15",
6060
"uritemplate==4.2.0",
6161
"inflection==0.5.1",
6262
"pytz==2025.2",
@@ -67,20 +67,20 @@ dependencies = [
6767
"qrcode==8.2",
6868
"pypng==0.20220715.0",
6969
# Database
70-
"psycopg==3.3.2",
70+
"psycopg==3.3.3",
7171
# Cache
72-
"redis==7.2.0",
72+
"redis==7.2.1",
7373
# Antivirus
7474
"clamd==1.0.2",
7575
# Testing
76-
"model_bakery==1.23.2",
76+
"model_bakery==1.23.3",
7777
# Task queue
7878
"rq==2.7.0",
7979
"croniter==6.0.0",
8080
"django-rq==3.2.2",
81-
"fakeredis==2.33.0",
81+
"fakeredis==2.34.1",
8282
# Libs
83-
"certifi==2026.1.4",
83+
"certifi==2026.2.25",
8484
"urllib3==2.6.3",
8585
"python-dateutil==2.9.0.post0",
8686
"python-mimeparse==2.0.0",
@@ -130,7 +130,7 @@ dependencies = [
130130
# PackageURL
131131
"packageurl-python==0.17.6",
132132
# Gunicorn
133-
"gunicorn==25.0.3",
133+
"gunicorn==25.1.0",
134134
# SPDX validation
135135
"jsonschema==4.26.0",
136136
"jsonschema-specifications==2025.9.1",
@@ -156,7 +156,7 @@ dependencies = [
156156
# OpenVEX
157157
"msgspec==0.20.0",
158158
# OpenDocument Format
159-
"odfdo==3.20.2",
159+
"odfdo==3.21.0",
160160
"lxml==6.0.2",
161161
]
162162

thirdparty/dist/certifi-2026.1.4-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 16 deletions
This file was deleted.
149 KB
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
about_resource: certifi-2026.2.25-py3-none-any.whl
2+
name: certifi
3+
version: 2026.2.25
4+
download_url: https://files.pythonhosted.org/packages/9a/3c/c17fb3ca2d9c3acff52e30b309f538586f9f5b9c9cf454f3845fc9af4881/certifi-2026.2.25-py3-none-any.whl
5+
package_url: pkg:pypi/certifi@2026.2.25
6+
license_expression: mpl-2.0
7+
copyright: Copyright certifi project contributors
8+
redistribute: yes
9+
attribute: yes
10+
track_changes: yes
11+
checksum_md5: 1719fecdcfb531a622c0ee93e6bf4ba1
12+
checksum_sha1: a932814817c6bc9b17b21bda8e1fac40dce626b2
13+
licenses:
14+
- key: mpl-2.0
15+
name: Mozilla Public License 2.0
16+
file: mpl-2.0.LICENSE
-24.2 KB
Binary file not shown.

thirdparty/dist/crispy_bootstrap5-2025.6-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
24.2 KB
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
about_resource: crispy_bootstrap5-2026.3-py3-none-any.whl
2+
name: crispy-bootstrap5
3+
version: '2026.3'
4+
download_url: https://files.pythonhosted.org/packages/9d/2d/93f78072f203aa28d961add6a130b929b47f7aa3fef6905898b4bb9a637d/crispy_bootstrap5-2026.3-py3-none-any.whl
5+
package_url: pkg:pypi/crispy-bootstrap5@2026.3
6+
license_expression: mit AND unknown-license-reference
7+
copyright: Copyright crispy-bootstrap5 project contributors
8+
attribute: yes
9+
checksum_md5: cfb86388b260ba60735c2d156ee26dcc
10+
checksum_sha1: 065b9b385fdfad76a4c499771affa9328ff14370
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE
15+
- key: unknown-license-reference
16+
name: Unknown License file reference
17+
file: unknown-license-reference.LICENSE
-30.7 KB
Binary file not shown.

thirdparty/dist/django_crispy_forms-2.5-py3-none-any.whl.ABOUT

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

0 commit comments

Comments
 (0)