Skip to content

Commit 3a333af

Browse files
committed
Upgrade tpp libraries to their latest version
Signed-off-by: tdruez <[email protected]>
1 parent a614141 commit 3a333af

36 files changed

+198
-165
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
# Base configuration tools
3434
"setuptools==80.9.0",
3535
"wheel==0.45.1",
36-
"pip==25.1.1",
36+
"pip==25.2",
3737
# Django
3838
"Django==5.2.7",
3939
"asgiref==3.10.0",
@@ -46,7 +46,7 @@ dependencies = [
4646
"django-filter==25.2",
4747
"django-registration==3.4",
4848
"confusable_homoglyphs==3.3.1",
49-
"django-guardian==3.0.3",
49+
"django-guardian==3.2.0",
5050
"django-environ==0.12.0",
5151
"django-debug-toolbar==6.0.0",
5252
# CAPTCHA
@@ -55,7 +55,7 @@ dependencies = [
5555
# REST API
5656
"djangorestframework==3.16.1",
5757
# API documentation
58-
"drf-yasg==1.21.10",
58+
"drf-yasg==1.21.11",
5959
"uritemplate==4.1.1",
6060
"inflection==0.5.1",
6161
"pytz==2025.2",
@@ -66,12 +66,12 @@ dependencies = [
6666
"qrcode==8.2",
6767
"pypng==0.20220715.0",
6868
# Database
69-
"psycopg==3.2.9",
69+
"psycopg==3.2.10",
7070
# Cache
7171
"redis==6.4.0",
7272
# redis dependencies:
7373
"packaging==25.0",
74-
"pyparsing==3.2.3",
74+
"pyparsing==3.2.5",
7575
"async-timeout==5.0.1",
7676
"Deprecated==1.2.18",
7777
"wrapt==1.17.2",
@@ -96,20 +96,20 @@ dependencies = [
9696
"PyJWT==2.10.1",
9797
"natsort==8.4.0",
9898
"six==1.17.0",
99-
"requests==2.32.4",
100-
"idna==3.10",
99+
"requests==2.32.5",
100+
"idna==3.11",
101101
"charset-normalizer==3.4.3",
102102
"PyYAML==6.0.2",
103103
"cython==3.1.1",
104104
"zipp==3.22.0",
105105
"XlsxWriter==3.2.9",
106106
# Markdown
107-
"markdown==3.8",
107+
"markdown==3.9",
108108
"bleach==6.2.0",
109109
"bleach_allowlist==1.0.3",
110110
"webencodings==0.5.1",
111111
# Authentication
112-
"oauthlib==3.2.2",
112+
"oauthlib==3.3.1",
113113
"python3-openid==3.2.0",
114114
"requests-oauthlib==2.0.0",
115115
"defusedxml==0.7.1",
@@ -175,7 +175,7 @@ dev = [
175175
# Documentation
176176
"doc8==1.1.2",
177177
"stevedore==5.4.1",
178-
"Pygments==2.19.1",
178+
"Pygments==2.19.2",
179179
"docutils==0.21.2",
180180
"restructuredtext-lint==1.4.0",
181181
"pbr==6.1.1",
-115 KB
Binary file not shown.

thirdparty/dist/django_guardian-3.0.3-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 17 deletions
This file was deleted.
132 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: django_guardian-3.2.0-py3-none-any.whl
2+
name: django-guardian
3+
version: 3.2.0
4+
download_url: https://files.pythonhosted.org/packages/2f/23/63a7d868373a73d25c4a5c2dd3cce3aaeb22fbee82560d42b6e93ba01403/django_guardian-3.2.0-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new AND bsd-simplified
7+
copyright: Copyright django-guardian project contributors
8+
attribute: yes
9+
checksum_md5: 06d463762d5c14aae3d718812d14f226
10+
checksum_sha1: ef13da3647551e5092f1db910ad76df726e60488
11+
licenses:
12+
- key: bsd-simplified
13+
name: BSD-2-Clause
14+
file: bsd-simplified.LICENSE
15+
- key: bsd-new
16+
name: BSD-3-Clause
17+
file: bsd-new.LICENSE

thirdparty/dist/drf_yasg-1.21.10-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
4.09 MB
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: drf_yasg-1.21.11-py3-none-any.whl
2+
name: drf-yasg
3+
version: 1.21.11
4+
download_url: https://files.pythonhosted.org/packages/68/ea/c94362b34f3d81ac2cf5e3e955773f7d6c3813866bdc3869480c230827b7/drf_yasg-1.21.11-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new AND unknown-license-reference
7+
copyright: Copyright drf-yasg project contributors
8+
attribute: yes
9+
checksum_md5: 2d45aecb77438489838842c49a84255c
10+
checksum_sha1: d77a43d94e132fe98e4914589dca4be76eeb7e8b
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE
15+
- key: unknown-license-reference
16+
name: Unknown License file reference
17+
file: unknown-license-reference.LICENSE
-68.8 KB
Binary file not shown.

thirdparty/dist/idna-3.10-py3-none-any.whl.ABOUT

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

0 commit comments

Comments
 (0)