From d9fddf2363e624152de383f8f6f18f083923c05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:04:07 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 1.26.18 in /embedding Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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.14...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- embedding/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding/requirements.txt b/embedding/requirements.txt index 3c8c13b..de50b7c 100644 --- a/embedding/requirements.txt +++ b/embedding/requirements.txt @@ -106,7 +106,7 @@ typer==0.7.0 types-toml==0.10.8.3 typing_extensions==4.4.0 Unidecode==1.3.6 -urllib3==1.26.14 +urllib3==1.26.18 wasabi==1.1.1 wcwidth==0.2.6 Werkzeug==2.2.3