Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates requests from 2.22.0 to 2.24.0.

Changelog

2.24.0

-------------------

**Improvements**

- pyOpenSSL TLS implementation is now only used if Python
either doesn't have an `ssl` module or doesn't support
SNI. Previously pyOpenSSL was unconditionally used if available.
This applies even if pyOpenSSL is installed via the
`requests[security]` extra (5443)

- Redirect resolution should now only occur when
`allow_redirects` is True. (5492)

- No longer perform unnecessary Content-Length calculation for
requests that won't use it. (5496)

2.23.0

-------------------

**Improvements**

- Remove defunct reference to `prefetch` in Session `__attrs__` (5110)

**Bugfixes**

- Requests no longer outputs password in basic auth usage warning. (5099)

**Dependencies**

- Pinning for `chardet` and `idna` now uses major version instead of minor.
This hopefully reduces the need for releases everytime a dependency is updated.
Links

@codecov-commenter
Copy link

Codecov Report

Merging #318 into master will increase coverage by 6.36%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #318      +/-   ##
===========================================
+ Coverage   93.63%   100.00%   +6.36%     
===========================================
  Files          11        12       +1     
  Lines         110       116       +6     
===========================================
+ Hits          103       116      +13     
+ Misses          7         0       -7     
Impacted Files Coverage Δ
libpythonpro/github_api.py 100.00% <ø> (+100.00%) ⬆️
...ythonpro/tests/test_spam/test_enviador_de_email.py 100.00% <100.00%> (ø)
...ests/test_spam/test_envio_para_base_de_usuarios.py 100.00% <100.00%> (ø)
libpythonpro/tests/test_spam/test_github_api.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9648034...27d829c. Read the comment docs.

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #396

@pyup-bot pyup-bot closed this Nov 12, 2020
@renzon renzon deleted the pyup-update-requests-2.22.0-to-2.24.0 branch November 12, 2020 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants