Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit c8ed94a

Browse files
committed
Pin requests-mock to 1.11.0
1 parent 7108cf2 commit c8ed94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install_requires =
4545
dev =
4646
# freezegun 1.2.2 fixed pytest timing interference.
4747
freezegun>=1.2.2
48-
requests-mock[fixture]
48+
requests-mock[fixture]==1.11.0
4949

5050
[options.entry_points]
5151
pytest11 =

0 commit comments

Comments
 (0)