From 00effbd4a4d7ba134750b7e05fcfa6362b3722e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:40:13 +0000 Subject: [PATCH] Bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.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.4.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../dataplex-glossary/import/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataplex-quickstart-labs/00-resources/scripts/python/business-glossary-import/dataplex-glossary/import/requirements.txt b/dataplex-quickstart-labs/00-resources/scripts/python/business-glossary-import/dataplex-glossary/import/requirements.txt index 63f1a1c4..2eff7ec2 100644 --- a/dataplex-quickstart-labs/00-resources/scripts/python/business-glossary-import/dataplex-glossary/import/requirements.txt +++ b/dataplex-quickstart-labs/00-resources/scripts/python/business-glossary-import/dataplex-glossary/import/requirements.txt @@ -25,4 +25,4 @@ requests==2.32.4 requests-oauthlib==2.0.0 rsa==4.9.1 uritemplate==4.2.0 -urllib3==2.4.0 \ No newline at end of file +urllib3==2.6.0 \ No newline at end of file