diff --git a/poetry.lock b/poetry.lock index 884b07d..1f7ede1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1679,13 +1679,13 @@ files = [ [[package]] name = "urllib3" -version = "1.26.15" +version = "1.26.17" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ - {file = "urllib3-1.26.15-py2.py3-none-any.whl", hash = "sha256:aa751d169e23c7479ce47a0cb0da579e3ede798f994f5816a74e4f4500dcea42"}, - {file = "urllib3-1.26.15.tar.gz", hash = "sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305"}, + {file = "urllib3-1.26.17-py2.py3-none-any.whl", hash = "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b"}, + {file = "urllib3-1.26.17.tar.gz", hash = "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"}, ] [package.dependencies] @@ -1697,7 +1697,7 @@ PySocks = {version = ">=1.5.6,<1.5.7 || >1.5.7,<2.0", optional = true, markers = urllib3-secure-extra = {version = "*", optional = true, markers = "extra == \"secure\""} [package.extras] -brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] +brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] @@ -1797,4 +1797,4 @@ mantine = ["dash-mantine-components"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "e38bf9254b9db42f8e89faac3a5924e27d2d02b4ab8decfca3fd5b8543e35a24" +content-hash = "f9295280d64502664a24044ade97b0a60c1afb648c8be4335eb2ea0b94ccdecb" diff --git a/pyproject.toml b/pyproject.toml index 1cd4286..3df02f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ requests = "^2.31.0" certifi = "^2023.07.22" uvicorn = "^0.20.0" sse-starlette = "^1.2.1" -urllib3 = "^1.26.9" +urllib3 = "^1.26.17" [build-system] requires = ["poetry-core>=1.0.0"]