Skip to content

Commit

Permalink
Actually fix requirements for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Dec 13, 2022
1 parent a4effaf commit ed9b060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"paho-mqtt>=1.3.1,<=1.5.1",
"pyjwt>=2.4.0,<3",
"pykwalify>=1.8.0,<2",
"pytest>=6.2,<8",
"pytest>=7,<8",
"python-box>4,<6",
"requests>=2.22.0,<3",
"stevedore~=3.3.0",
Expand Down

0 comments on commit ed9b060

Please sign in to comment.