Skip to content

Commit

Permalink
Update pytest dependencies
Browse files Browse the repository at this point in the history
to be compatible with py 3.10/3.11
  • Loading branch information
LeonieFierz committed May 13, 2024
1 parent 73dd956 commit b505b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
'test': [
'flake8~=3.9.2',
'mock~=3.0.0',
'pytest~=4.6.11',
'pytest-cov~=2.6.0',
'pytest~=6.2.5',
'pytest-cov~=3.0.0',
'sensirion-shdlc-sensorbridge~=0.1.1',
],
},
Expand Down

0 comments on commit b505b64

Please sign in to comment.