diff --git a/pyproject.toml b/pyproject.toml index c6024a3b5..fc24d1488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,6 +222,7 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false +urllib3 = "4 days" [tool.ruff] line-length = 100 diff --git a/requirements.txt b/requirements.txt index c1f4b07eb..eac4756c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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