Skip to content

Commit e00a1fd

Browse files
authored
Merge pull request freqtrade#13140 from freqtrade/dependabot/pip/urllib3-2.7.0
chore(deps): bump urllib3 from 2.6.3 to 2.7.0
2 parents b132a49 + f82e4ce commit e00a1fd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ exclude-newer = "1 week"
222222

223223
[tool.uv.exclude-newer-package]
224224
ccxt = false
225+
urllib3 = "4 days"
225226

226227
[tool.ruff]
227228
line-length = 100

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ httpx>=0.24.1
1717
humanize==4.15.0
1818
cachetools==7.1.1
1919
requests==2.33.1
20-
urllib3==2.6.3
20+
urllib3==2.7.0
2121
certifi==2026.4.22
2222
jsonschema==4.26.0
2323
tabulate==0.10.0

0 commit comments

Comments
 (0)