From a111c3bef3aa2bcba78e91cc23cae0c25f485323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 16:43:47 +0000 Subject: [PATCH] build(deps): Bump urllib3 from 1.26.12 to 1.26.13 in /requirements (#95) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.13. - [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.12...1.26.13) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Robinson --- requirements/huggingface.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/huggingface.txt b/requirements/huggingface.txt index efafd19fb..798b6c543 100644 --- a/requirements/huggingface.txt +++ b/requirements/huggingface.txt @@ -96,7 +96,7 @@ typing-extensions==4.4.0 # via # huggingface-hub # pydantic -urllib3==1.26.12 +urllib3==1.26.13 # via requests wrapt==1.13.3 # via