From aaf26b1e34f52cbbc966d5a2f2f0487ab216e187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 22:55:01 +0000 Subject: [PATCH] Bump python-ldap from 3.4.4 to 3.4.5 in /buildbot Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.4.4 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.4...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] --- buildbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/requirements.txt b/buildbot/requirements.txt index 2376975..6715d54 100644 --- a/buildbot/requirements.txt +++ b/buildbot/requirements.txt @@ -1,3 +1,3 @@ buildbot[bundle,tls]==4.2.1 -python-ldap==3.4.4 +python-ldap==3.4.5 treq==24.9.1