diff --git a/tools/devctr/poetry.lock b/tools/devctr/poetry.lock index f9da59986e4..3baa62a9c88 100644 --- a/tools/devctr/poetry.lock +++ b/tools/devctr/poetry.lock @@ -1818,17 +1818,17 @@ files = [ [[package]] name = "urllib3" -version = "1.26.16" +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.16-py2.py3-none-any.whl", hash = "sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f"}, - {file = "urllib3-1.26.16.tar.gz", hash = "sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14"}, + {file = "urllib3-1.26.17-py2.py3-none-any.whl", hash = "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b"}, + {file = "urllib3-1.26.17.tar.gz", hash = "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"}, ] [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)"] @@ -2017,4 +2017,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "af987c7ea39f00424fc69a80d2557b2e7860a1bd8950e86b06660a118eb48e28" +content-hash = "23ce124036229d5189f4b0bbd92520985e133f37ce54f487cb3fc0c9df3f14ef" diff --git a/tools/devctr/pyproject.toml b/tools/devctr/pyproject.toml index 916bb3fa852..2838290b9cf 100644 --- a/tools/devctr/pyproject.toml +++ b/tools/devctr/pyproject.toml @@ -35,7 +35,7 @@ setproctitle = "^1.3.2" tenacity = "^8.2.2" # Fix urllib3 to a version <2.0.0 because requests breaks otherwise # See https://github.com/psf/requests/issues/6432 -urllib3 = "1.26.16" +urllib3 = "1.26.17" [tool.poetry.dev-dependencies]