upgrade urllib3 to 2.5.0

This commit is contained in:
Kenneth Kehl
2025-06-19 07:08:19 -07:00
parent c23e1a9679
commit d8671cae9d
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ python-dateutil = "^2.9.0.post0"
pyyaml = "^6.0.2"
s3transfer = "^0.13.0"
six = "^1.16.0"
urllib3 = "^2.3.0"
urllib3 = "^2.5.0"
webencodings = "^0.5.1"
itsdangerous = "^2.2.0"
jinja2 = "^3.1.6"