Skip to content

Commit

Permalink
build: upgrade to django 4
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Apr 17, 2024
1 parent 9c52ecb commit 775c748
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 8 deletions.
27 changes: 23 additions & 4 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
| Name | Version | Layer |
| --- | --- | --- |
| [asgiref](https://github.com/django/asgiref/) | 3.6.0 | python3_example |
| [Django](https://www.djangoproject.com/) | 3.2.25 | python3_example |
| [asgiref](https://github.com/django/asgiref/) | 3.8.1 | python3_example |
| [calver](https://github.com/di/calver) | 2022.6.26 | python3_example |
| [certifi](https://github.com/certifi/python-certifi) | 2023.7.22 | python3_example |
| [distlib](https://github.com/pypa/distlib) | 0.3.7 | python3_example |
| [distro](https://github.com/python-distro/distro) | 1.8.0 | python3_example |
| [Django](https://www.djangoproject.com/) | 4.2.11 | python3_example |
| [editables](https://pypi.org/project/editables) | 0.5 | python3_example |
| [filelock](https://pypi.org/project/filelock) | 3.12.3 | python3_example |
| [flit_core](https://pypi.org/project/flit_core) | 3.9.0 | python3_example |
| [hatch-vcs](https://pypi.org/project/hatch-vcs) | 0.3.0 | python3_example |
| [hatchling](https://pypi.org/project/hatchling) | 1.18.0 | python3_example |
| [importlib_metadata](https://github.com/python/importlib_metadata) | 6.8.0 | python3_example |
| [libev](http://software.schmorp.de/pkg/libev.html) | 4.25 | example |
| [sqlparse](https://pypi.org/project/sqlparse) | 0.4.4 | python3_example |
| [pathspec](https://pypi.org/project/pathspec) | 0.11.2 | python3_example |
| [platformdirs](https://pypi.org/project/platformdirs) | 3.10.0 | python3_example |
| [pluggy](https://github.com/pytest-dev/pluggy) | 1.3.0 | python3_example |
| [setuptools_scm](https://github.com/pypa/setuptools_scm/) | 7.1.0 | python3_example |
| [sqlparse](https://pypi.org/project/sqlparse) | 0.5.0 | python3_example |
| [toml](https://github.com/uiri/toml) | 0.10.2 | python3_example |
| [tomli](https://pypi.org/project/tomli) | 2.0.1 | python3_example |
| [trove-classifiers](https://github.com/pypa/trove-classifiers) | 2023.8.7 | python3_example |
| [typing_extensions](https://pypi.org/project/typing_extensions) | 4.8.0 | python3_example |
| [zipp](https://github.com/jaraco/zipp) | 3.16.2 | python3_example |

*(4 components)*
*(23 components)*
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django<4
django<5
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
asgiref==3.6.0
Django==3.2.25
sqlparse==0.4.4
asgiref==3.8.1
calver==2022.6.26
certifi==2023.7.22
distlib==0.3.7
distro==1.8.0
Django==4.2.11
editables==0.5
filelock==3.12.3
flit_core==3.9.0
hatch-vcs==0.3.0
hatchling==1.18.0
importlib_metadata==6.8.0
pathspec==0.11.2
platformdirs==3.10.0
pluggy==1.3.0
setuptools_scm==7.1.0
sqlparse==0.5.0
toml==0.10.2
tomli==2.0.1
trove-classifiers==2023.8.7
typing_extensions==4.8.0
zipp==3.16.2

0 comments on commit 775c748

Please sign in to comment.