diff --git a/api/poetry.lock b/api/poetry.lock index 311abd0c5eb..1b1e48408e3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2071,14 +2071,14 @@ typing-extensions = ">=3.7.4" [[package]] name = "urllib3" -version = "2.3.0" +version = "2.4.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"}, - {file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"}, + {file = "urllib3-2.4.0-py3-none-any.whl", hash = "sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813"}, + {file = "urllib3-2.4.0.tar.gz", hash = "sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466"}, ] [package.extras] @@ -2238,4 +2238,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "f86cc1dc381f797864bc212fad98a69ce62da14536b4388278ff3216785749f4" +content-hash = "addfac6d9fef08c0b23b680f2fc30ce812fbdad921b31c942bb7e7609b86483a" diff --git a/api/pyproject.toml b/api/pyproject.toml index a8c33ea48b9..cc87266f4d8 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -28,7 +28,7 @@ pydantic = "^1.10.21" sse-starlette = "^1.8.2" starlette = "^0.26.1" typing-extensions = "^4.13.1" -urllib3 = "^2.3.0" +urllib3 = "^2.4.0" fastapi = "^0.95.1" huggingface-hub = "^0.30.1" requests = "^2.32.3"