From d32ccbf2d3d8503b178c635be7371d03536ff192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:02:49 +0000 Subject: [PATCH] build(deps): Bump urllib3 from 1.26.14 to 1.26.18 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 8839dec4..dd92effd 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -38,7 +38,7 @@ starlette==0.22.0 substrait-validator==0.0.11 tomli==2.0.1 typing_extensions==4.4.0 -urllib3==1.26.14 +urllib3==1.26.18 uvicorn==0.20.0 uvloop==0.17.0 watchfiles==0.18.1