Skip to content

Commit 65b6449

Browse files
authored
Django upgrade to latest security release 5.2.2 (#320)
* Upgrade Django to latest security release Signed-off-by: tdruez <[email protected]> * Add ABOUT files Signed-off-by: tdruez <[email protected]> --------- Signed-off-by: tdruez <[email protected]>
1 parent 35a6525 commit 65b6449

14 files changed

+65
-65
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ install_requires =
5151
wheel==0.45.1
5252
pip==25.1.1
5353
# Django
54-
Django==5.2.1
54+
Django==5.2.2
5555
asgiref==3.8.1
56-
typing_extensions==4.13.2
56+
typing_extensions==4.14.0
5757
sqlparse==0.5.3
5858
# Django apps
5959
django-crispy-forms==2.4
@@ -154,7 +154,7 @@ install_requires =
154154
openpyxl==3.1.5
155155
et-xmlfile==2.0.0
156156
# PackageURL
157-
packageurl-python==0.16.0
157+
packageurl-python==0.17.1
158158
# Gunicorn
159159
gunicorn==23.0.0
160160
# SPDX validation
@@ -165,7 +165,7 @@ install_requires =
165165
attrs==25.3.0
166166
pyrsistent==0.20.0
167167
# CycloneDX
168-
cyclonedx-python-lib==10.0.2
168+
cyclonedx-python-lib==10.1.0
169169
sortedcontainers==2.4.0
170170
toml==0.10.2
171171
py-serializable==2.0.0

thirdparty/dist/cyclonedx_python_lib-10.0.2-py3-none-any.whl.ABOUT

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

thirdparty/dist/cyclonedx_python_lib-10.0.2-py3-none-any.whl renamed to thirdparty/dist/cyclonedx_python_lib-10.1.0-py3-none-any.whl

366 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
about_resource: cyclonedx_python_lib-10.1.0-py3-none-any.whl
2+
name: cyclonedx-python-lib
3+
version: 10.1.0
4+
download_url: https://files.pythonhosted.org/packages/13/7f/53ef4797bac02cc34f8bee28f433724728c4c307508fa85a38047a9147c3/cyclonedx_python_lib-10.1.0-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: apache-2.0
7+
copyright: Copyright OWASP Foundation
8+
attribute: yes
9+
track_changes: yes
10+
checksum_md5: 418bfbb916db2d904d3938fb07a4f0da
11+
checksum_sha1: ffff6f7d9afd7f687d514957e63ad3a0342f8ff7
12+
licenses:
13+
- key: apache-2.0
14+
name: Apache License 2.0
15+
file: apache-2.0.LICENSE

thirdparty/dist/django-5.2.1-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
7.92 MB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: django-5.2.2-py3-none-any.whl
2+
name: django
3+
version: 5.2.2
4+
download_url: https://files.pythonhosted.org/packages/b4/5c/5d00acab6c062b154e5a0f092938ae5a0c698dbc4362b68e23200960f32c/django-5.2.2-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright django project contributors
8+
attribute: yes
9+
checksum_md5: 5d85fa7778bd65981714e562012a5626
10+
checksum_sha1: 7964171a3e17b3e3e8aeb2d2bff763d128836d74
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE

thirdparty/dist/packageurl_python-0.16.0-py3-none-any.whl.ABOUT

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

thirdparty/dist/packageurl_python-0.16.0-py3-none-any.whl renamed to thirdparty/dist/packageurl_python-0.17.1-py3-none-any.whl

27.9 KB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: packageurl_python-0.17.1-py3-none-any.whl
2+
name: packageurl-python
3+
version: 0.17.1
4+
download_url: https://files.pythonhosted.org/packages/ae/ba/9c01f96eca2d1833fa787e695208d57a7a07f6531517040e523509ced368/packageurl_python-0.17.1-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright packageurl-python project contributors
8+
attribute: yes
9+
checksum_md5: 52e5d6ffcec0b9235b0f2b4fae0ae6d4
10+
checksum_sha1: 4553dd7d40b9ae7ac48abad1ddb3d54cad08b853
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE

0 commit comments

Comments
 (0)