Skip to content

Commit a6c56f4

Browse files
Update dependency pytest to v9
1 parent 3730df0 commit a6c56f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
install_requires=['pyserial'],
1818
extras_require={
1919
'test': [
20-
'pytest>=6,<8',
20+
'pytest>=9,<10',
2121
'pytest-cov>=5,<6',
2222
'pytest-asyncio==0.*',
2323
'pytest-xdist==3.*',

0 commit comments

Comments
 (0)