-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minimum requests version to 2.3
There are a number of features and tests that don't pass with requests versions older than 2.3. This version was released in May 2014, so I think we should be safe by now. Closes: #89
- Loading branch information
1 parent
7314358
commit 3a7c98f
Showing
5 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
requests==2.0.0 |
10 changes: 10 additions & 0 deletions
10
releasenotes/notes/Bump-minimum-requests-2.3-70fd287f6ea1a12e.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
prelude: > | ||
Increase the minimum required requests version to 2.3 | ||
critical: | ||
- | | ||
The minimum version of requests has been increase to 2.3. This simply | ||
ensures that all documented features of requests-mock are actually | ||
available. This version of requests is still quite old and if this is an | ||
issue you should either pin requests-mock to <1.6 or preferably update | ||
requests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
requests>=1.1 | ||
requests>=2.3 | ||
six |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters