upgrade urllib3

This commit is contained in:
Beverly Nguyen
2025-06-18 15:26:49 -07:00
parent 6ba59915a6
commit 3755922a6a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3788,14 +3788,14 @@ files = [
[[package]]
name = "urllib3"
version = "2.4.0"
version = "2.5.0"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.9"
groups = ["main", "dev"]
files = [
{file = "urllib3-2.4.0-py3-none-any.whl", hash = "sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813"},
{file = "urllib3-2.4.0.tar.gz", hash = "sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466"},
{file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
{file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
]
[package.extras]
@@ -4129,4 +4129,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "acc8897a5d775035e535d20a130a984636c954bb4a597f4f479dccd1bf172ba2"
content-hash = "7f20e459ede76661153628d1029308d1ddfaa9de31a05347d3003b5f3abfe42d"

View File

@@ -68,7 +68,7 @@ python-dateutil = "^2.9.0.post0"
pyyaml = "^6.0.1"
requests = "^2.32.4"
six = "^1.16.0"
urllib3 = "^2.2.2"
urllib3 = "^2.5.0"
webencodings = "^0.5.1"
virtualenv = "<20.30"