Skip to content
Snippets Groups Projects
Verified Commit 5cac6636 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: update Poetry dependency: django-auth-ldap

parent 3587cbce
No related branches found
No related tags found
No related merge requests found
......@@ -374,17 +374,17 @@ bcrypt = ["bcrypt"]
[[package]]
name = "django-auth-ldap"
version = "4.8.0"
version = "5.1.0"
description = "Django LDAP authentication backend"
optional = false
python-versions = ">=3.8"
python-versions = ">=3.9"
files = [
{file = "django-auth-ldap-4.8.0.tar.gz", hash = "sha256:604250938ddc9fda619f247c7a59b0b2f06e53a7d3f46a156f28aa30dd71a738"},
{file = "django_auth_ldap-4.8.0-py3-none-any.whl", hash = "sha256:4b4b944f3c28bce362f33fb6e8db68429ed8fd8f12f0c0c4b1a4344a7ef225ce"},
{file = "django_auth_ldap-5.1.0-py3-none-any.whl", hash = "sha256:a5f7bdb54b2ab80e4e9eb080cd3e06e89e4c9d2d534ddb39b66cd970dd6d3536"},
{file = "django_auth_ldap-5.1.0.tar.gz", hash = "sha256:9c607e8d9c53cf2a0ccafbe0acfc33eb1d1fd474c46ec52d30aee0dca1da9668"},
]
[package.dependencies]
Django = ">=3.2"
Django = ">=4.2"
python-ldap = ">=3.1"
[[package]]
......@@ -1712,4 +1712,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "06b90ea385b719ce6071f47151124d553d7f3ecf3e0ab6ce1fb3b4f66b747866"
content-hash = "76bef9d5a5dbf6ab1fdaa5fd6bd0495c9928c92c998d62aed914debd949e9655"
......@@ -16,7 +16,7 @@ repository = "https://gitlab.servus.at/aura/steering"
[tool.poetry.dependencies]
python = "^3.12"
Django = "^4.2.2"
django-auth-ldap = "^4.1.0"
django-auth-ldap = "^5.1.0"
django-cors-headers = "^4.0.0"
django-extensions = "^3.2.1"
django-filter = "^24.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment