diff --git a/requirements.txt b/requirements.txt index e23a644..7ea29c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ blspy==2.0.3 setuptools~=67.6.1 aiosqlite==0.20.0 aiohttp==3.9.5 -pytest==7.4.0 +pytest==8.2.1 PyYAML==6.0.1 PyMySQL==1.1.0 diff --git a/setup.py b/setup.py index 7e7c404..584c122 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): "setuptools~=56.1.0", "aiosqlite==0.20.0", "aiohttp==3.9.5", - "pytest==7.4.0", + "pytest==8.2.1", "PyMySQL==1.1.0", ]