From a62bc984cb7f0aff09794ad041c68db2f670cd36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 00:10:25 +0000 Subject: [PATCH] Bump urllib3 in /Solutions/ESET Protect Platform/Data Connectors Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ESET Protect Platform/Data Connectors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/ESET Protect Platform/Data Connectors/requirements.txt b/Solutions/ESET Protect Platform/Data Connectors/requirements.txt index 06e1adafe65..e263ffa9402 100644 --- a/Solutions/ESET Protect Platform/Data Connectors/requirements.txt +++ b/Solutions/ESET Protect Platform/Data Connectors/requirements.txt @@ -29,5 +29,5 @@ pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0" six==1.17.0 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.14.0 ; python_version >= "3.9" and python_version < "4.0" -urllib3==2.4.0 ; python_version >= "3.9" and python_version < "4.0" +urllib3==2.5.0 ; python_version >= "3.9" and python_version < "4.0" yarl==1.20.0 ; python_version >= "3.9" and python_version < "4.0"