File: Bump-minimum-requests-2.3-70fd287f6ea1a12e.yaml

package info (click to toggle)
python-requests-mock 1.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 2,339; makefile: 162
file content (10 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
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.