From fefc4c43a313188d181702b1fdbab3b4554cf063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:31:15 +0000 Subject: [PATCH] Bump urllib3 in /research/information_retrieval/doc2query Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- research/information_retrieval/doc2query/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/information_retrieval/doc2query/requirements.txt b/research/information_retrieval/doc2query/requirements.txt index 3e1b519178a..7ed546103ff 100644 --- a/research/information_retrieval/doc2query/requirements.txt +++ b/research/information_retrieval/doc2query/requirements.txt @@ -127,7 +127,7 @@ traitlets==5.0.5 transformers==4.7.0 typer==0.3.2 typing-extensions==3.10.0.0 -urllib3==1.26.18 +urllib3==1.26.19 wandb==0.10.32 wasabi==0.8.2 wcwidth==0.2.5