From 3485b2f48ab1fdfae9f9e227b350f694f9bc56fa Mon Sep 17 00:00:00 2001 From: shengchenyang <15538221825@163.com> Date: Sun, 7 Jul 2024 13:42:15 +0800 Subject: [PATCH] chore: update urllib3 version to solve security --- poetry.lock | 8 ++++---- pyproject.toml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index aceffcd..afd9e18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -981,13 +981,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.1" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, - {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] @@ -1019,4 +1019,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "b5867b03b51e2a9b37e8cdd24dbda2a7677a0dfcc8e110cc37ae999dbedbe7bf" +content-hash = "0a15f08fceba3495835b63fdff78f11e2a8f92f173191c60c800dec67a9c6ed7" diff --git a/pyproject.toml b/pyproject.toml index cfa1891..56efdcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8.1" cookiecutter = "2.6.0" +urllib3 = "~2.2.2" [tool.black] line-length = 88