fix django version
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
c2f5f993b2
commit
4c4459d44e
|
@ -1147,17 +1147,17 @@ graph = ["objgraph (>=1.7.2)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django"
|
name = "django"
|
||||||
version = "4.2.9"
|
version = "5.0.1"
|
||||||
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
|
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.10"
|
||||||
files = [
|
files = [
|
||||||
{file = "Django-4.2.9-py3-none-any.whl", hash = "sha256:2cc2fc7d1708ada170ddd6c99f35cc25db664f165d3794bc7723f46b2f8c8984"},
|
{file = "Django-5.0.1-py3-none-any.whl", hash = "sha256:f47a37a90b9bbe2c8ec360235192c7fddfdc832206fcf618bb849b39256affc1"},
|
||||||
{file = "Django-4.2.9.tar.gz", hash = "sha256:12498cc3cb8bc8038539fef9e90e95f507502436c1f0c3a673411324fa675d14"},
|
{file = "Django-5.0.1.tar.gz", hash = "sha256:8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
asgiref = ">=3.6.0,<4"
|
asgiref = ">=3.7.0,<4"
|
||||||
sqlparse = ">=0.3.1"
|
sqlparse = ">=0.3.1"
|
||||||
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
|
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
|
||||||
|
|
||||||
|
@ -1296,7 +1296,7 @@ Django = ">=2.1,<4.3"
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/rissson/django-tenants.git"
|
url = "https://github.com/rissson/django-tenants.git"
|
||||||
reference = "authentik-fixes"
|
reference = "authentik-fixes"
|
||||||
resolved_reference = "52cf8f61bae62f6e89309ccc86193c82ab075def"
|
resolved_reference = "e659f0e6f35ff20e360a9a5bddb5877bc24eec8e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "djangorestframework"
|
name = "djangorestframework"
|
||||||
|
|
Reference in New Issue