Skip to content

Commit 20e9fb4

Browse files
authored
Merge pull request #183 from SparkPost/update-requests-nov2018
Require later release of requests, to pick up security fixes for CVE-2018-18074
2 parents 41ad43d + 27e11b1 commit 20e9fb4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ Contributors
2323
- `@pegler <https://github.com/pegler>`_
2424
- `@puttu <https://github.com/puttu>`_
2525
- Janusz Skonieczny `@wooyek <https://github.com/wooyek>`_
26+
- Richard Dawe `@richdawe77 <https://github.com/rdawemsys>`_
2627
- ADD YOURSELF HERE (and link to your github page)

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Install from PyPI using `pip`_:
4747

4848
.. _pip: http://www.pip-installer.org/en/latest/
4949

50+
Python 2.7 or later is required.
5051

5152
Get a key
5253
---------

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flake8
22
pytest==2.8.7
33
pytest-cov==1.8.1
4-
requests==2.5.1
4+
requests==2.20.1
55
responses==0.3.0
66
mock==2.0.0

0 commit comments

Comments
 (0)