Merge pull request #13140 from freqtrade/dependabot/pip/urllib3-2.7.0

chore(deps): bump urllib3 from 2.6.3 to 2.7.0
This commit is contained in:
Matthias
2026-05-11 19:36:08 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -222,6 +222,7 @@ exclude-newer = "1 week"
[tool.uv.exclude-newer-package]
ccxt = false
urllib3 = "4 days"
[tool.ruff]
line-length = 100
+1 -1
View File
@@ -17,7 +17,7 @@ httpx>=0.24.1
humanize==4.15.0
cachetools==7.1.1
requests==2.33.1
urllib3==2.6.3
urllib3==2.7.0
certifi==2026.4.22
jsonschema==4.26.0
tabulate==0.10.0