Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"packaging==26.0",
"pip==26.0.1",
# Django
"Django==6.0.3",
"Django==6.0.4",
"asgiref==3.11.1",
"typing_extensions==4.15.0",
"sqlparse==0.5.5",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
about_resource: django-6.0.3-py3-none-any.whl
about_resource: django-6.0.4-py3-none-any.whl
name: django
version: 6.0.3
download_url: https://files.pythonhosted.org/packages/72/b1/23f2556967c45e34d3d3cf032eb1bd3ef925ee458667fb99052a0b3ea3a6/django-6.0.3-py3-none-any.whl
package_url: pkg:pypi/django@6.0.3
version: 6.0.4
download_url: https://files.pythonhosted.org/packages/e9/47/3d61d611609764aa71a37f7037b870e7bfb22937366974c4fd46cada7bab/django-6.0.4-py3-none-any.whl
package_url: pkg:pypi/django@6.0.4
license_expression: bsd-new AND python AND unknown-license-reference
copyright: Copyright django project contributors
attribute: yes
track_changes: yes
checksum_md5: 2c2f28f5318c7351f7d9d2c33837d6d4
checksum_sha1: 6d8377bdabf9d7a433fbab63a31e086759dc1ee5
checksum_md5: 48574fa2e00fde976bd35d62f336bcd7
checksum_sha1: b1e01ebdd99e6d06de34a8e92e62da256eaf5e8e
licenses:
- key: bsd-new
name: BSD-3-Clause
Expand Down
Loading