Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image. (#12512)

* poetry update matrix-synapse-ldap3

* Newsfile

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
This commit is contained in:
reivilibre 2022-04-20 15:22:53 +01:00 committed by GitHub
parent dfc7646504
commit 3e2e76ca15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

1
changelog.d/12512.docker Normal file
View File

@ -0,0 +1 @@
Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image.

12
poetry.lock generated
View File

@ -558,17 +558,20 @@ test = ["tox", "twisted", "aiounittest"]
[[package]]
name = "matrix-synapse-ldap3"
version = "0.1.5"
version = "0.2.0"
description = "An LDAP3 auth provider for Synapse"
category = "main"
optional = true
python-versions = "*"
python-versions = ">=3.7"
[package.dependencies]
ldap3 = ">=2.8"
service_identity = "*"
service-identity = "*"
Twisted = ">=15.1.0"
[package.extras]
dev = ["matrix-synapse", "tox", "ldaptor", "mypy (==0.910)", "types-setuptools", "black (==21.9b0)", "flake8 (==4.0.1)", "isort (==5.9.3)"]
[[package]]
name = "mccabe"
version = "0.6.1"
@ -2084,7 +2087,8 @@ matrix-common = [
{file = "matrix_common-1.1.0.tar.gz", hash = "sha256:a8238748afc2b37079818367fed5156f355771b07c8ff0a175934f47e0ff3276"},
]
matrix-synapse-ldap3 = [
{file = "matrix-synapse-ldap3-0.1.5.tar.gz", hash = "sha256:9fdf8df7c8ec756642aa0fea53b31c0b2f1924f70d7f049a2090b523125456fe"},
{file = "matrix-synapse-ldap3-0.2.0.tar.gz", hash = "sha256:91a0715b43a41ec3033244174fca20846836da98fda711fb01687f7199eecd2e"},
{file = "matrix_synapse_ldap3-0.2.0-py3-none-any.whl", hash = "sha256:0128ca7c3058987adc2e8a88463bb46879915bfd3d373309632813b353e30f9f"},
]
mccabe = [
{file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},