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

Update requests to 2.26.0 #490

Merged
merged 1 commit into from Aug 22, 2021
Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates requests from 2.25.1 to 2.26.0.

Changelog

2.26.0

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

**Improvements**

- Requests now supports Brotli compression, if either the `brotli` or
`brotlicffi` package is installed. (5783)

- `Session.send` now correctly resolves proxy configurations from both
the Session and Request. Behavior now matches `Session.request`. (5681)

**Bugfixes**

- Fixed a race condition in zip extraction when using Requests in parallel
from zip archive. (5707)

**Dependencies**

- Instead of `chardet`, use the MIT-licensed `charset_normalizer` for Python3
to remove license ambiguity for projects bundling requests. If `chardet`
is already installed on your machine it will be used instead of `charset_normalizer`
to keep backwards compatibility. (5797)

You can also install `chardet` while installing requests by
specifying `[use_chardet_on_py3]` extra as follows:

 shell
 pip install "requests[use_chardet_on_py3]"
 

Python2 still depends upon the `chardet` module.

- Requests now supports `idna` 3.x on Python 3. `idna` 2.x will continue to
be used on Python 2 installations. (5711)

**Deprecations**

- The `requests[security]` extra has been converted to a no-op install.
PyOpenSSL is no longer the recommended secure option for Requests. (5867)

- Requests has officially dropped support for Python 3.5. (5867)
Links

iblislin
iblislin previously approved these changes Jul 16, 2021
@coveralls
Copy link

coveralls commented Aug 22, 2021

Coverage Status

Coverage increased (+0.06%) to 84.892% when pulling 8fbe181 on pyup-update-requests-2.25.1-to-2.26.0 into 76a9241 on master.

@fkztw fkztw merged commit bbe8ee8 into master Aug 22, 2021
@fkztw fkztw deleted the pyup-update-requests-2.25.1-to-2.26.0 branch August 22, 2021 17:00
fkztw pushed a commit that referenced this pull request Aug 29, 2021
- 236043f (origin/master, origin/HEAD) [#489] [CircleCI] Fix docker build for building docker image
- dfeda55 [#489] [CircleCI] Refine dockerhub-push
- ef6d171 [#489] [CircleCI] Add docker build for building docker image
- 9eb6af7 [#489] [CircleCI] Fix envvar
- 714da49 [#489] [CircleCI] Fix if-else statement
- 16017f3 (issue-489) [#489] Add dockerhub-push job for CircleCI
- 76c9428 [#489] Modify CirclCI workflow to branch based
- dcb6456 [README] Remove stargazers since it's broken
- bbe8ee8 Merge pull request #490 from zdict/pyup-update-requests-2.25.1-to-2.26.0
- 8fbe181 (origin/pyup-update-requests-2.25.1-to-2.26.0, pyup-update-requests-2.25.1-to-2.26.0) Update requests from 2.25.1 to 2.26.0
- 76a9241 Merge pull request #488 from zdict/pyup-update-pytest-cov-2.12.0-to-2.12.1
- c62072d Merge pull request #481 from zdict/pyup-update-peewee-3.14.3-to-3.14.4
- 3efd02c Merge branch 'master' into pyup-update-pytest-cov-2.12.0-to-2.12.1
- 3b1e9ba Merge branch 'master' into pyup-update-peewee-3.14.3-to-3.14.4
- 2e0adab (origin/pyup-update-pytest-cov-2.12.0-to-2.12.1) Update pytest-cov from 2.12.0 to 2.12.1
- d11f481 (origin/pyup-update-peewee-3.14.3-to-3.14.4) Merge branch 'master' into pyup-update-peewee-3.14.3-to-3.14.4
- b9f7563 Update peewee from 3.14.3 to 3.14.4
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

4 participants