diff --git a/requirements.txt b/requirements.txt index a1a60d1..bf4f89c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ blspy==2.0.3 setuptools~=75.6.0 aiosqlite==0.20.0 aiohttp==3.13.3 -pytest==8.3.4 +pytest==9.0.2 PyYAML==6.0.2 PyMySQL==1.1.1 diff --git a/setup.py b/setup.py index d7e1a7d..ef9cb9a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): "setuptools>=56.1,<75.7", "aiosqlite==0.20.0", "aiohttp==3.13.3", - "pytest==8.3.4", + "pytest==9.0.2", "PyMySQL==1.1.1", ]