diff --git a/api/poetry.lock b/api/poetry.lock index 9f6657d..6b3d668 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1984,13 +1984,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.6" +version = "2.0.7" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, - {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, + {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, + {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, ] [package.extras] @@ -2279,4 +2279,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "ab23d02503ebb02b839110263d8781778cd0d774ce8f76062bd42731d0bf63b9" +content-hash = "56798dee4f5506ac60cb38a0118c1d400cf1e90c939331116adf00538843f272" diff --git a/api/pyproject.toml b/api/pyproject.toml index 5711824..71783ab 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -37,7 +37,7 @@ toml = "^0.10.2" tqdm = "^4.66.1" typing-extensions = "^4.8.0" ujson = "^5.8.0" -urllib3 = "^2.0.6" +urllib3 = "^2.0.7" uvicorn = "^0.23.2" uvloop = "^0.17.0" watchfiles = "^0.20.0"