Skip to content

Commit 8f8a728

Browse files
authored
Merge pull request #23 from metwork-framework/django-5.2.2
build: bump to last django release (fix CVE-2025-48432)
2 parents 89a2885 + d8c9a62 commit 8f8a728

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.metwork-framework/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
| Name | Version | Layer |
22
| --- | --- | --- |
33
| [asgiref](https://github.com/django/asgiref/) | 3.8.1 | python3_example |
4-
| [Django](https://www.djangoproject.com/) | 5.0.14 | python3_example |
4+
| [Django](https://www.djangoproject.com/) | 5.2.2 | python3_example |
55
| [libev](http://software.schmorp.de/pkg/libev.html) | 4.25 | example |
6-
| [sqlparse](https://pypi.org/project/sqlparse) | 0.5.0 | python3_example |
6+
| [sqlparse](https://pypi.org/project/sqlparse) | 0.5.3 | python3_example |
77

88
*(4 components)*
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
asgiref==3.8.1
2-
Django==5.0.14
3-
sqlparse==0.5.0
2+
Django==5.2.2
3+
sqlparse==0.5.3

0 commit comments

Comments
 (0)