Skip to content

Commit 9dc2b17

Browse files
committed
chore: upgrade Django to latest v6.0.3 version
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 78662f8 commit 9dc2b17

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"packaging==26.0",
3737
"pip==26.0.1",
3838
# Django
39-
"Django==6.0.2",
39+
"Django==6.0.3",
4040
"asgiref==3.11.1",
4141
"typing_extensions==4.15.0",
4242
"sqlparse==0.5.5",
7.95 MB
Binary file not shown.

thirdparty/dist/django-6.0.2-py3-none-any.whl.ABOUT renamed to thirdparty/dist/django-6.0.3-py3-none-any.whl.ABOUT

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
about_resource: django-6.0.2-py3-none-any.whl
1+
about_resource: django-6.0.3-py3-none-any.whl
22
name: django
3-
version: 6.0.2
4-
download_url: https://files.pythonhosted.org/packages/96/ba/a6e2992bc5b8c688249c00ea48cb1b7a9bc09839328c81dc603671460928/django-6.0.2-py3-none-any.whl
5-
package_url: pkg:pypi/django@6.0.2
3+
version: 6.0.3
4+
download_url: https://files.pythonhosted.org/packages/72/b1/23f2556967c45e34d3d3cf032eb1bd3ef925ee458667fb99052a0b3ea3a6/django-6.0.3-py3-none-any.whl
5+
package_url: pkg:pypi/django@6.0.3
66
license_expression: bsd-new AND python AND unknown-license-reference
77
copyright: Copyright django project contributors
88
attribute: yes
99
track_changes: yes
10-
checksum_md5: 5e170a7a20b0edbb794228a20895cf17
11-
checksum_sha1: 70f23a750efce9d525a94dc2d4a15ce016a1e42b
10+
checksum_md5: 2c2f28f5318c7351f7d9d2c33837d6d4
11+
checksum_sha1: 6d8377bdabf9d7a433fbab63a31e086759dc1ee5
1212
licenses:
1313
- key: bsd-new
1414
name: BSD-3-Clause

0 commit comments

Comments
 (0)