From fe3cf68e4e1922c20802c8be17f76bac1e2226c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:42:59 +0000 Subject: [PATCH] Bump idna Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../dataplex-glossary/utils/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/utils/requirements.txt b/dataplex-quickstart-labs/00-resources/scripts/python/business-glossary-import/dataplex-glossary/utils/requirements.txt index 7231b07..1c7dc6e 100644 --- a/dataplex-quickstart-labs/00-resources/scripts/python/business-glossary-import/dataplex-glossary/utils/requirements.txt +++ b/dataplex-quickstart-labs/00-resources/scripts/python/business-glossary-import/dataplex-glossary/utils/requirements.txt @@ -13,7 +13,7 @@ google-api-core==2.25.1 google-cloud==0.34.0 google-cloud-core==2.4.3 httplib2==0.22.0 -idna==3.10 +idna==3.15 numpy==2.0.2 oauthlib==3.2.2 requests==2.32.4