From d1402bc1f715e49be91a5052208392b71c31cebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:31:42 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2 in /.devcontainer Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 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.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/requirements.docker.txt b/.devcontainer/requirements.docker.txt index d20398c4..4f0142b9 100644 --- a/.devcontainer/requirements.docker.txt +++ b/.devcontainer/requirements.docker.txt @@ -13,4 +13,4 @@ semver==3.0.0 termcolor==2.3.0 toml==0.10.2 tomli==2.0.1 -urllib3==2.0.7 +urllib3==2.2.2