requirements: Update requests to 2.11.1

- Fixed a bug when using iter_content with decode_unicode=True for
  streamed bodies would raise AttributeError. This bug was introduced in
  2.11.
- Strip Content-Type and Transfer-Encoding headers from the header block
  when following a redirect that transforms the verb from POST/PUT to
  GET.
This commit is contained in:
Florian Bruhin 2016-08-18 12:43:48 +02:00
parent 2b6f4f0698
commit 939935c2d1
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
codecov==2.0.5
coverage==4.2
requests==2.11.0
requests==2.11.1

View File

@ -6,6 +6,6 @@ lazy-object-proxy==1.2.2
mccabe==0.5.2
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
./scripts/dev/pylint_checkers
requests==2.11.0
requests==2.11.1
six==1.10.0
wrapt==1.10.8

View File

@ -7,7 +7,7 @@ lazy-object-proxy==1.2.2
mccabe==0.5.2
pylint==1.6.4
./scripts/dev/pylint_checkers
requests==2.11.0
requests==2.11.1
six==1.10.0
uritemplate.py==0.3.0
wrapt==1.10.8