From 4bc05865f10320fc791deef97fd003b466dcd53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:20:06 +0000 Subject: [PATCH] chore(deps): bump python-ldap from 3.4.3 to 3.4.5 Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.4.3 to 3.4.5. - [Release notes](https://github.com/python-ldap/python-ldap/releases) - [Changelog](https://github.com/python-ldap/python-ldap/blob/python-ldap-3.4.5/CHANGES) - [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.4.3...python-ldap-3.4.5) --- updated-dependencies: - dependency-name: python-ldap dependency-version: 3.4.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c024a651..bca326587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dependencies = [ 'kombu==5.3.5', 'uvicorn==0.22.0', 'websockets==11.0.3', - 'python-ldap==3.4.3', + 'python-ldap==3.4.5', 'ldap3==2.9.1', 'django-radius', 'django-cas-ng',