fix(deps): update dependency urllib3 to v2.3.0
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 5s
CI / ci (pull_request) Successful in 1m23s

This commit is contained in:
2025-02-04 21:02:56 +00:00
committed by Luke Tainton
parent 3450b7b987
commit 135e363b18
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ dependencies = [
"tabulate==0.9.0",
"tomli==2.2.1",
"tomlkit==0.13.2",
"urllib3==2.2.3",
"urllib3==2.3.0",
"wrapt==1.17.2",
]