Skip to content

Commit 50f1856

Browse files
committed
Upgrade Django to latest security release 5.2.6
Signed-off-by: tdruez <[email protected]>
1 parent e80db0e commit 50f1856

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"wheel==0.45.1",
3636
"pip==25.1.1",
3737
# Django
38-
"Django==5.2.5",
38+
"Django==5.2.6",
3939
"asgiref==3.9.1",
4040
"typing_extensions==4.14.0",
4141
"sqlparse==0.5.3",

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

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: django-5.2.6-py3-none-any.whl
2+
name: django
3+
version: 5.2.6
4+
download_url: https://files.pythonhosted.org/packages/f5/af/6593f6d21404e842007b40fdeb81e73c20b6649b82d020bb0801b270174c/django-5.2.6-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: fca0005922f8db95eb97108e3d8e0b24
10+
checksum_sha1: f92e94e9ab2e21f3d681918d67b15e7e54d348f6
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE

0 commit comments

Comments
 (0)