From 3d229b2eb95c5fd2dd93ff46b19c4dc3b5784a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:11:14 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /dev_tools/requirements/max_compat Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.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.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev_tools/requirements/max_compat/dev.env.txt | 2 +- dev_tools/requirements/max_compat/pytest-max-compat.env.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_tools/requirements/max_compat/dev.env.txt b/dev_tools/requirements/max_compat/dev.env.txt index bec60f5cc..b1e490cc3 100644 --- a/dev_tools/requirements/max_compat/dev.env.txt +++ b/dev_tools/requirements/max_compat/dev.env.txt @@ -159,5 +159,5 @@ typing-extensions==4.15.0 # referencing tzdata==2026.2 # via pandas -urllib3==2.6.3 +urllib3==2.7.0 # via requests diff --git a/dev_tools/requirements/max_compat/pytest-max-compat.env.txt b/dev_tools/requirements/max_compat/pytest-max-compat.env.txt index 5fc54b4e8..a76a38ca1 100644 --- a/dev_tools/requirements/max_compat/pytest-max-compat.env.txt +++ b/dev_tools/requirements/max_compat/pytest-max-compat.env.txt @@ -250,7 +250,7 @@ tzdata==2026.2 # via # -c max_compat/dev.env.txt # pandas -urllib3==2.6.3 +urllib3==2.7.0 # via # -c max_compat/dev.env.txt # requests