diff --git a/poetry.lock b/poetry.lock index f09d1fc84..e46532272 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1354,11 +1354,11 @@ python-versions = ">=3.6" [[package]] name = "urllib3" -version = "1.26.18" +version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" 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" [package.extras] brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] @@ -1414,7 +1414,7 @@ publish_plugins = [] [metadata] lock-version = "1.1" python-versions = ">=3.8,<4.0" -content-hash = "283b4bc688e23902c069cdcee05ffa5ffc5b004823bd98da630e3afad02f5862" +content-hash = "1f880a38634f56ed36e2f3a07a8b0290dfe5eae0fe47819c24821bd95d8f3dde" [metadata.files] astroid = [ @@ -2138,8 +2138,8 @@ uritemplate = [ {file = "uritemplate-4.1.1.tar.gz", hash = "sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0"}, ] urllib3 = [ - {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"}, ] webencodings = [ {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, diff --git a/pyproject.toml b/pyproject.toml index d72a85e99..013a0bfb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ certifi = "2023.7.22" cryptography = "42.0.8" pyOpenSSL = "24.0.0" Pygments = "2.15.1" -urllib3 = "1.26.18" +urllib3 = "1.26.19" idna = "3.7" [tool.poetry.extras]