diff --git a/pyproject.toml b/pyproject.toml index fd23460bb..b62878fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,6 +222,7 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false +cryptography = "1 days" [tool.ruff] line-length = 100 diff --git a/requirements.txt b/requirements.txt index ec800cd7e..f33fd73c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ ta-lib==0.6.8 technical==1.5.4 ccxt==4.5.47 -cryptography==46.0.6 +cryptography==46.0.7 aiohttp==3.13.5 SQLAlchemy==2.0.48 python-telegram-bot==22.7