We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef49150 commit 410a61aCopy full SHA for 410a61a
requirements.txt
@@ -3,6 +3,6 @@ blspy==2.0.3
3
setuptools~=75.6.0
4
aiosqlite==0.20.0
5
aiohttp==3.10.11
6
-pytest==8.3.4
+pytest==8.4.0
7
PyYAML==6.0.2
8
PyMySQL==1.1.1
setup.py
@@ -19,7 +19,7 @@ def read(fname):
19
"setuptools>=56.1,<75.7",
20
"aiosqlite==0.20.0",
21
"aiohttp==3.10.11",
22
- "pytest==8.3.4",
+ "pytest==8.4.0",
23
"PyMySQL==1.1.1",
24
]
25
0 commit comments