Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Update requests to 2.24.0 #439

Merged
merged 1 commit into from Jun 18, 2020
Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates requests from 2.23.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)
Links

@coveralls
Copy link

coveralls commented Jun 18, 2020

Coverage Status

Coverage increased (+0.05%) to 84.043% when pulling 4b22339 on pyup-update-requests-2.23.0-to-2.24.0 into eee33c6 on master.

@fkztw fkztw merged commit 58d0f46 into master Jun 18, 2020
@fkztw fkztw deleted the pyup-update-requests-2.23.0-to-2.24.0 branch June 18, 2020 06:54
fkztw pushed a commit that referenced this pull request Jul 7, 2020
- 9c87f3d Merge pull request #446 from zdict/issue-443
    - f20a560 [#443] Try to fix SSL error on CircleCI
    - 5160f86 [#443] Update README for NAER
    - fb3ce93 [#443] Add testings for NAER
    - 3fb67cd Make unexpected exception message more readable
    - 63d2858 [#443] Should not treat QueryError as NotFoundError
    - 49492d5 [#443] Make NAER title more precise
    - 7ae05c9 [#443] Remove `Query: ` for NAER
    - c47a63e [#443] `-dt NAER` => `-dt naer`
    - 03501b6 [#443] Ignore SSL warnings for NAER
    - 7744d8f [#443] Add Not Found for NAER
- 1d92f43 Merge pull request #444 from zdict/pyup-update-coverage-5.1-to-5.2
    - b933a36 Update coverage from 5.1 to 5.2
- f0dc67d Merge pull request #442 from mlouielu/add-naer-terms
    - 1de8d27 [#442] Fix for flake8
    - 2437d30 Add NAER terms to dictionaries
- 58d0f46 Update requests to 2.24.0 (#439)
- 7bd7823 Update pytest-cov to 2.10.0 (#437)
- f1df120 [#438] Create codeql-analysis.yml (#440)
- eee33c6 [#436] Add "Dependencies scanned by PyUp.io"
- d5b8a03 [.gitignore] Add .python-version for pyenv
- 74843db Update flake8 to 3.8.3 (#435)
- 07f57cb [README] Change command for installing testing deps
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants