diff --git a/poetry.lock b/poetry.lock index 7387c72..f548e70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -659,17 +659,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)"] @@ -749,4 +749,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fa8bcc86d5142f08f38702a3a8802813a5f4716887a7d623af7ae5f49d1cad23" +content-hash = "f0d0e299c4b891e4bf91bdcb1b08848e5d480515bb319cb64438e7d584e5b28c" diff --git a/pyproject.toml b/pyproject.toml index 83372f0..39eebfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ setuptools = "65.6.3" toolz = "0.12.0" tqdm = "4.64.1" tzdata = "^2022.7" -urllib3 = "1.26.14" +urllib3 = "1.26.19" zstandard = "0.18.0" [tool.poetry.group.dev.dependencies]