Skip to content

Commit e073fad

Browse files
authored
Upgrade Django to latest security release (#324)
Signed-off-by: tdruez <[email protected]>
1 parent f4ac18c commit e073fad

15 files changed

+62
-62
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ install_requires =
5151
wheel==0.45.1
5252
pip==25.1.1
5353
# Django
54-
Django==5.2.2
54+
Django==5.2.3
5555
asgiref==3.8.1
5656
typing_extensions==4.14.0
5757
sqlparse==0.5.3
5858
# Django apps
5959
django-crispy-forms==2.4
60-
crispy_bootstrap5==2025.4
60+
crispy_bootstrap5==2025.6
6161
django-grappelli==4.0.2
6262
django-filter==25.1
6363
django-registration==3.4
@@ -111,7 +111,7 @@ install_requires =
111111
PyJWT==2.10.1
112112
natsort==8.4.0
113113
six==1.17.0
114-
requests==2.32.3
114+
requests==2.32.4
115115
idna==3.10
116116
charset-normalizer==3.4.2
117117
PyYAML==6.0.2
@@ -165,7 +165,7 @@ install_requires =
165165
attrs==25.3.0
166166
pyrsistent==0.20.0
167167
# CycloneDX
168-
cyclonedx-python-lib==10.1.0
168+
cyclonedx-python-lib==10.2.0
169169
sortedcontainers==2.4.0
170170
toml==0.10.2
171171
py-serializable==2.0.0
-24.2 KB
Binary file not shown.

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

Lines changed: 0 additions & 14 deletions
This file was deleted.
24.2 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: crispy_bootstrap5-2025.6-py3-none-any.whl
2+
name: crispy-bootstrap5
3+
version: '2025.6'
4+
download_url: https://files.pythonhosted.org/packages/d8/d4/8cf1ba773a91fc17bab1fd46b75bbdef780c4cccbbb8230e617980a0362c/crispy_bootstrap5-2025.6-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright crispy-bootstrap5 project contributors
8+
attribute: yes
9+
checksum_md5: c88f98d652db2d5ae277d21ae383ddb1
10+
checksum_sha1: a30bb2b603da9d779ff1f18f5dd09204a136beea
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE

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

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

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

367 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.2.0-py3-none-any.whl
2+
name: cyclonedx-python-lib
3+
version: 10.2.0
4+
download_url: https://files.pythonhosted.org/packages/2b/f8/d3ff55fbe98cdc67dcae0f7e9d7222cda57a2fe4fbf0b117fd444a16a4dd/cyclonedx_python_lib-10.2.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: bb1c0bc9467c3d2380a87bf9706c1435
11+
checksum_sha1: cc67c74b4081c8f05345c8138c25e23085b99d5e
12+
licenses:
13+
- key: apache-2.0
14+
name: Apache License 2.0
15+
file: apache-2.0.LICENSE

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

Lines changed: 0 additions & 14 deletions
This file was deleted.
7.92 MB
Binary file not shown.

0 commit comments

Comments
 (0)