fix django version

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2024-01-10 18:06:58 +01:00
parent c2f5f993b2
commit 4c4459d44e
No known key found for this signature in database
GPG Key ID: 9C3FA22FABF1AA8D
1 changed files with 6 additions and 6 deletions

12
poetry.lock generated
View File

@ -1147,17 +1147,17 @@ graph = ["objgraph (>=1.7.2)"]
[[package]]
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."
optional = false
python-versions = ">=3.8"
python-versions = ">=3.10"
files = [
{file = "Django-4.2.9-py3-none-any.whl", hash = "sha256:2cc2fc7d1708ada170ddd6c99f35cc25db664f165d3794bc7723f46b2f8c8984"},
{file = "Django-4.2.9.tar.gz", hash = "sha256:12498cc3cb8bc8038539fef9e90e95f507502436c1f0c3a673411324fa675d14"},
{file = "Django-5.0.1-py3-none-any.whl", hash = "sha256:f47a37a90b9bbe2c8ec360235192c7fddfdc832206fcf618bb849b39256affc1"},
{file = "Django-5.0.1.tar.gz", hash = "sha256:8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854"},
]
[package.dependencies]
asgiref = ">=3.6.0,<4"
asgiref = ">=3.7.0,<4"
sqlparse = ">=0.3.1"
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
@ -1296,7 +1296,7 @@ Django = ">=2.1,<4.3"
type = "git"
url = "https://github.com/rissson/django-tenants.git"
reference = "authentik-fixes"
resolved_reference = "52cf8f61bae62f6e89309ccc86193c82ab075def"
resolved_reference = "e659f0e6f35ff20e360a9a5bddb5877bc24eec8e"
[[package]]
name = "djangorestframework"