Skip to content

Commit 582f81d

Browse files
committed
Update aiohttp and pytest
1 parent b942b9a commit 582f81d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ chia-blockchain==2.4.4
22
blspy==2.0.3
33
setuptools~=75.6.0
44
aiosqlite==0.20.0
5-
aiohttp==3.13.3
6-
pytest==8.3.4
5+
aiohttp==3.14.1
6+
pytest==9.0.3
77
PyYAML==6.0.2
88
PyMySQL==1.1.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def read(fname):
1818
"chia_rs>=0.5.2",
1919
"setuptools>=56.1,<75.7",
2020
"aiosqlite==0.20.0",
21-
"aiohttp==3.13.3",
22-
"pytest==8.3.4",
21+
"aiohttp==3.14.1",
22+
"pytest==9.0.3",
2323
"PyMySQL==1.1.1",
2424
]
2525

0 commit comments

Comments
 (0)