From e33a29e7bf8ca0c9a85a97a8be89851b74040387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:49:53 +0000 Subject: [PATCH] Bump urllib3 from 2.1.0 to 2.2.2 in /dev_tools/requirements/max_compat (#890) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.2. - [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.1.0...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e96e11c8..05c70246 100644 --- a/dev_tools/requirements/max_compat/dev.env.txt +++ b/dev_tools/requirements/max_compat/dev.env.txt @@ -145,7 +145,7 @@ typing-extensions==4.9.0 # via cirq-core tzdata==2023.4 # via pandas -urllib3==2.1.0 +urllib3==2.2.2 # via requests zipp==3.19.1 # via importlib-resources 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 b53c40bc..06b3dc62 100644 --- a/dev_tools/requirements/max_compat/pytest-max-compat.env.txt +++ b/dev_tools/requirements/max_compat/pytest-max-compat.env.txt @@ -235,7 +235,7 @@ tzdata==2023.4 # via # -c max_compat/dev.env.txt # pandas -urllib3==2.1.0 +urllib3==2.2.2 # via # -c max_compat/dev.env.txt # requests