From 61fbb980a78eba82d068b3798c156c7973208fe2 Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 4 Oct 2023 02:39:35 +0000 Subject: [PATCH] Snyk auto fix --- poetry.lock | 10 +++++----- pyproject.toml | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 09a047d89..e0d6865b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1402,14 +1402,14 @@ python-versions = ">=3.6" [[package]] name = "urllib3" -version = "1.26.14" +version = "1.26.17" 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.*" [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)"] @@ -1462,7 +1462,7 @@ publish_plugins = [] [metadata] lock-version = "1.1" python-versions = ">=3.8,<4.0" -content-hash = "52af593730e071f499bc3f07b0f9d478cbae88fc58fc50c6894ceab57956bdbe" +content-hash = "3f05be62f91bf0877d16caaad78c93a9d6cbf578f4d8d2f739df38bdf73608ff" [metadata.files] astroid = [ @@ -2288,8 +2288,8 @@ uritemplate = [ {file = "uritemplate-4.1.1.tar.gz", hash = "sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0"}, ] urllib3 = [ - {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.17-py2.py3-none-any.whl", hash = "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b"}, + {file = "urllib3-1.26.17.tar.gz", hash = "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"}, ] webencodings = [ {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, diff --git a/pyproject.toml b/pyproject.toml index 0d3b2aaf9..72de6b539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,6 +112,7 @@ certifi = "2023.7.22" cryptography = "41.0.4" markdown-it-py = "2.2.0" Pygments = "2.15.1" +urllib3 = "1.26.17" [tool.poetry.extras] audit = []