From 165dc5c84503a867551a532d6dcb46cfc6756f5b Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 19 Oct 2023 02:38:52 +0000 Subject: [PATCH] Snyk auto fix --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 18d71e216..c77399749 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1264,7 +1264,7 @@ python-versions = ">=3.6" [[package]] name = "urllib3" -version = "2.0.6" +version = "2.0.7" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" optional = false @@ -1315,7 +1315,7 @@ version = ["multi-repo-automation"] [metadata] lock-version = "1.1" python-versions = ">=3.9,<4.0" -content-hash = "471e7c9fec44690a5677f1f4351792868b77b97c8e6712eaac854040bd60a513" +content-hash = "06ca2f4be87cba8e99493406164d68c1540039e0878c352c966aa5f594d9bbaf" [metadata.files] astroid = [ @@ -2044,8 +2044,8 @@ uritemplate = [ {file = "uritemplate-4.1.1.tar.gz", hash = "sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0"}, ] urllib3 = [ - {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, - {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, + {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, + {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, ] webencodings = [ {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, diff --git a/pyproject.toml b/pyproject.toml index 777599264..8e1aa1293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ PyYAML = "6.0.1" tomlkit = { version = "0.12.1", optional = true } multi-repo-automation = { version="0.3.1", optional = true } cryptography = "41.0.4" -urllib3 = "2.0.6" +urllib3 = "2.0.7" [tool.poetry.extras] audit = []