diff --git a/pyproject.toml b/pyproject.toml index b62878fad..c94348f4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -223,6 +223,7 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false cryptography = "1 days" +pytest = "5 days" [tool.ruff] line-length = 100 diff --git a/requirements-dev.txt b/requirements-dev.txt index b3d6bdfc8..d8f8c9719 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ ruff==0.15.9 mypy==1.20.0 pre-commit==4.5.1 -pytest==9.0.2 +pytest==9.0.3 pytest-asyncio==1.3.0 pytest-cov==7.1.0 pytest-mock==3.15.1