Skip to content

Commit 1199fc2

Browse files
committed
chore: fix dependency version
1 parent 0a0ae74 commit 1199fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest-embedded-serial-esp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dynamic = ["version", "description"]
3131
requires-python = ">=3.7"
3232

3333
dependencies = [
34-
"pytest-embedded-serial~=1.16.1",
34+
"pytest-embedded-serial~=1.17.0a0",
3535
"esptool>=4.9,<5; python_version<'3.10'",
3636
"esptool>=5.1.dev1,<6; python_version>='3.10'",
3737
]

0 commit comments

Comments
 (0)