From 0febc5c9737a0cde2826c6577acd681d7dfb36d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:05:43 +0000 Subject: [PATCH] #minor: bump urllib3 from 2.5.0 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ldap_sync/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap_sync/requirements.txt b/ldap_sync/requirements.txt index accc70a..dd42b99 100644 --- a/ldap_sync/requirements.txt +++ b/ldap_sync/requirements.txt @@ -1,7 +1,7 @@ PyYAML==6.0.3 requests==2.32.5 python-ldap==3.4.5 -urllib3==2.5.0 +urllib3==2.6.0 certifi==2025.11.12 charset-normalizer==3.4.4 idna==3.11