Skip to content

Commit 5ce5dfb

Browse files
authored
Merge pull request #379 from Chia-Network/dependabot/pip/pytest-8.3.4
build(deps): bump pytest from 8.3.3 to 8.3.4
2 parents dc4b4dd + 350d7fc commit 5ce5dfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ blspy==2.0.3
33
setuptools~=75.6.0
44
aiosqlite==0.20.0
55
aiohttp==3.10.11
6-
pytest==8.3.3
6+
pytest==8.3.4
77
PyYAML==6.0.2
88
PyMySQL==1.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(fname):
1919
"setuptools>=56.1,<75.7",
2020
"aiosqlite==0.20.0",
2121
"aiohttp==3.10.11",
22-
"pytest==8.3.3",
22+
"pytest==8.3.4",
2323
"PyMySQL==1.1.1",
2424
]
2525

0 commit comments

Comments
 (0)