From dc6696d25bc890a911f3dd30d72c999fdcf10840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:51:41 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. - [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/1.26.16...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ae24bfe0..3403ffee 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -144,7 +144,7 @@ typeguard==2.13.3 typer==0.9.0 typing-extensions==3.7.4.3 umap-learn==0.5.3 -urllib3==1.26.16 +urllib3==1.26.18 virtualenv==20.23.0 wandb==0.15.3 wasabi==1.1.1 diff --git a/requirements.txt b/requirements.txt index 3c269c33..0ac9c980 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,6 +53,6 @@ tqdm==4.65.0 transformers==4.29.2 typer==0.9.0 typing_extensions==4.6.2 -urllib3==1.26.16 +urllib3==1.26.18 wasabi==1.1.1 wrapt==1.14.1