Skip to content

Commit d896e27

Browse files
committed
Upgrade pytest to 9.0.1
1 parent dbf1785 commit d896e27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
test = [
5252
"flexmock>=0.10.6",
5353
"responses>=0.9.0",
54-
"pytest<=8.4.1",
54+
"pytest<=9.0.1",
5555
"pytest-cov",
5656
"pytest-html",
5757
"requests-mock",

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flexmock>=0.10.6
22
responses>=0.9.0
3-
pytest<=8.4.1
3+
pytest<=9.0.1
44
pytest-cov
55
pytest-html
66
requests-mock

0 commit comments

Comments
 (0)