Skip to content

Commit

Permalink
feat: upgrade to Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Jul 11, 2024
1 parent 0e21351 commit 3f913e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| Name | Version | Layer |
| --- | --- | --- |
| [asgiref](https://github.com/django/asgiref/) | 3.8.1 | python3_example |
| [Django](https://www.djangoproject.com/) | 4.2.11 | python3_example |
| [Django](https://www.djangoproject.com/) | 5.0.7 | python3_example |
| [libev](http://software.schmorp.de/pkg/libev.html) | 4.25 | example |
| [sqlparse](https://pypi.org/project/sqlparse) | 0.5.0 | python3_example |

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django<5
django
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
asgiref==3.8.1
Django==4.2.11
Django==5.0.7
sqlparse==0.5.0

0 comments on commit 3f913e3

Please sign in to comment.