From 05faad30af1dcb51a013ebfcc53d8add1ba32753 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:07:39 +0000 Subject: [PATCH] fix(deps): update dependency urllib3 to v1.26.18 [security] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index adec24aa..99b89275 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5346,18 +5346,18 @@ dev = ["flake8", "flake8-annotations", "flake8-bandit", "flake8-bugbear", "flake [[package]] name = "urllib3" -version = "1.26.5" +version = "1.26.18" 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.*, <4" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ - {file = "urllib3-1.26.5-py2.py3-none-any.whl", hash = "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c"}, - {file = "urllib3-1.26.5.tar.gz", hash = "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"}, + {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, + {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, ] [package.extras] -brotli = ["brotlipy (>=0.6.0)"] -secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"] +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)"] [[package]] @@ -5746,4 +5746,4 @@ ztf = ["ampel-ztf"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "b7c8751c1175bd02a85463b6f6b305a719aef45f1735d41de5fe34bb277803b6" +content-hash = "34043b956850bc290630e3ab7d8dcb2b222898f3308c76a1d77f7750e8032c6d" diff --git a/pyproject.toml b/pyproject.toml index 0300f588..844bb9c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ scipy = ">=1.4" beautifulsoup4 = "^4.10.0" backoff = "^2" requests = "^2.26.0" -urllib3 = "1.26.5" +urllib3 = "1.26.18" astropy = "^5.0" # PyPI prohibits direct dependencies in install_requires # see: https://github.com/pypa/pip/issues/6301