We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc4b4dd + 350d7fc commit 5ce5dfbCopy full SHA for 5ce5dfb
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.3
+pytest==8.3.4
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.3",
+ "pytest==8.3.4",
23
"PyMySQL==1.1.1",
24
]
25
0 commit comments