upgrade to urllib 2.5.0 due to pip audit

This commit is contained in:
Kenneth Kehl
2025-06-19 07:07:02 -07:00
parent bc28e3e2f9
commit f73b44abba
2 changed files with 5 additions and 5 deletions

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"