diff --git a/tools/devctr/poetry.lock b/tools/devctr/poetry.lock index 91f390c508d..ffe80094c48 100644 --- a/tools/devctr/poetry.lock +++ b/tools/devctr/poetry.lock @@ -2010,13 +2010,13 @@ test = ["coverage", "pytest", "pytest-cov"] [[package]] name = "urllib3" -version = "1.26.18" +version = "1.26.19" 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.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"}, + {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"}, ] [package.extras] @@ -2220,4 +2220,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "8cb650f28e76aa658188d4056fcada2cc0077ff789c4a910dd6019530d65c85c" +content-hash = "fb56b929e6e591865550f1e3914e220d849e50751256b31bad6947415ad5daf3" diff --git a/tools/devctr/pyproject.toml b/tools/devctr/pyproject.toml index 00c3068cf1e..c6387155e82 100644 --- a/tools/devctr/pyproject.toml +++ b/tools/devctr/pyproject.toml @@ -37,7 +37,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.18" +urllib3 = "1.26.19" [tool.poetry.dev-dependencies]