Skip to content

Commit 5e96d15

Browse files
chore(deps-dev): update pytest requirement from <9,>=8.0.0 to >=8.0.0,<10 (#417)
1 parent 8ac0bfc commit 5e96d15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test-filesource = ["pyyaml>=5.3.1", "watchdog>=3.0.0"]
4444
[dependency-groups]
4545
dev = [
4646
"mock>=2.0.0",
47-
"pytest>=8.0.0,<9",
47+
"pytest>=8.0.0,<10",
4848
"redis>=2.10.5,<5.0.0",
4949
"boto3>=1.9.71,<2.0.0",
5050
"coverage>=4.4",

0 commit comments

Comments
 (0)