diff --git a/poetry.lock b/poetry.lock index f8dfeee..893e3f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4326,17 +4326,17 @@ files = [ [[package]] name = "urllib3" -version = "1.26.14" +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.14-py2.py3-none-any.whl", hash = "sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1"}, - {file = "urllib3-1.26.14.tar.gz", hash = "sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72"}, + {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] -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)"] @@ -4519,4 +4519,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "4b8ba43604667c9d1b46dd5abe083995467ef679f0cae1bbe07f755e308b0ab5" +content-hash = "40e3c52d56b6ccf704ccb06a5bf28fe26bff79a32ee01c24e828e9d4b38ad220" diff --git a/pyproject.toml b/pyproject.toml index 8d1d2a4..00ccf38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ colorama = "0.4.6" idna = "3.7" more-itertools = "9.1.0" six = "1.16.0" -urllib3 = "1.26.14" +urllib3 = "1.26.19" zipp = "3.15.0" [tool.poetry.group.dev.dependencies]