From f5bcd633ea0a0547234b67faff7cdf4fa1a9addf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 07:58:48 -0400 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.2.3 in /api (#1457) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [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/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 1e9e5cee62d..104c68e9ea2 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1871,13 +1871,13 @@ typing-extensions = ">=3.7.4" [[package]] name = "urllib3" -version = "2.2.2" +version = "2.2.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, - {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, + {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, + {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, ] [package.extras] @@ -2039,4 +2039,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "ee3993b59f88bd7a5155b70df66bf0fa6698e590922297e91ed7f0c7b7697a0f" +content-hash = "c46a477be285141a28632ff0dec45064922850d4d368fb6c44f925cae858fad2" diff --git a/api/pyproject.toml b/api/pyproject.toml index 68c8a5b396a..912932c5d31 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -28,7 +28,7 @@ pydantic = "^1.10.18" sse-starlette = "^1.8.2" starlette = "^0.26.1" typing-extensions = "^4.12.2" -urllib3 = "^2.2.2" +urllib3 = "^2.2.3" fastapi = "^0.95.1" huggingface-hub = "^0.24.6" requests = "^2.32.3"