Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump requests from 2.18.4 to 2.20.0 in /tests/data #34

Merged
merged 1 commit into from
Nov 18, 2021

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 18, 2021

Bumps requests from 2.18.4 to 2.20.0.

Changelog

Sourced from requests's changelog.

2.20.0 (2018-10-18)

Bugfixes

  • Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8).
  • Fixed exception leak where certain redirect urls would raise uncaught urllib3 exceptions.
  • Requests removes Authorization header from requests redirected from https to http on the same hostname. (CVE-2018-18074)
  • should_bypass_proxies now handles URIs without hostnames (e.g. files).

Dependencies

  • Requests now supports urllib3 v1.24.

Deprecations

  • Requests has officially stopped support for Python 2.6.

2.19.1 (2018-06-14)

Bugfixes

  • Fixed issue where status_codes.py's init function failed trying to append to a __doc__ value of None.

2.19.0 (2018-06-12)

Improvements

  • Warn user about possible slowdown when using cryptography version < 1.3.4
  • Check for invalid host in proxy URL, before forwarding request to adapter.
  • Fragments are now properly maintained across redirects. (RFC7231 7.1.2)
  • Removed use of cgi module to expedite library load time.
  • Added support for SHA-256 and SHA-512 digest auth algorithms.
  • Minor performance improvement to Request.content.
  • Migrate to using collections.abc for 3.7 compatibility.

Bugfixes

  • Parsing empty Link headers with parse_header_links() no longer return one bogus entry.

... (truncated)

Commits
  • bd84045 v2.20.0
  • 7fd9267 remove final remnants from 2.6
  • 6ae8a21 Add myself to AUTHORS
  • 89ab030 Use comprehensions whenever possible
  • 2c6a842 Merge pull request #4827 from webmaven/patch-1
  • 30be889 CVE URLs update: www sub-subdomain no longer valid
  • a6cd380 Merge pull request #4765 from requests/encapsulate_urllib3_exc
  • bbdbcc8 wrap url parsing exceptions from urllib3's PoolManager
  • ff0c325 Merge pull request #4805 from jdufresne/https
  • b0ad249 Prefer https:// for URLs throughout project
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2021
Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.18.4...v2.20.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tests/data/requests-2.20.0 branch from 7863ef1 to 776fe24 Compare November 18, 2021 00:41
@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2021

Codecov Report

Merging #34 (776fe24) into master (3dcc324) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   94.63%   94.63%           
=======================================
  Files          10       10           
  Lines         745      745           
=======================================
  Hits          705      705           
  Misses         40       40           

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 3dcc324...776fe24. Read the comment docs.

@bryant-finney bryant-finney merged commit b7bfd8f into master Nov 18, 2021
@dependabot dependabot bot deleted the dependabot/pip/tests/data/requests-2.20.0 branch November 18, 2021 03:18
bryant-finney added a commit that referenced this pull request Nov 20, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 20, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 20, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 20, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 20, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 20, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 20, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 20, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 20, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
this workflow is intended to test the installation of this project and
its CLI

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
this workflow is intended to test the installation of this project and
its CLI

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
this workflow is intended to test the installation of this project and
its CLI

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
this workflow is intended to test the installation of this project and
its CLI

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
this workflow is intended to test the installation of this project and
its CLI

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
this workflow is intended to test the installation of this project and
its CLI

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 21, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 22, 2021
It was causing Windows grief
bryant-finney added a commit that referenced this pull request Nov 23, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 23, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 23, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 23, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 23, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 23, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 23, 2021
commit 89df2f6ee260165003c4ef518fae531398acfa25
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Tue Nov 23 14:54:53 2021 -0500

    [#34] hopefully it works now 🤞

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 88fbded0f401f29873f14ad4bc44d65976e319e0
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Tue Nov 23 14:49:28 2021 -0500

    [#34] `"` -> `'`

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 6c0d3475796c6f8064968e7ec9dbcb6c4c3d5049
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Tue Nov 23 14:47:14 2021 -0500

    [#34] try again

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 1dc7ac08fc98290f428b0ab1bd25ed0c0c51668f
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Tue Nov 23 14:41:52 2021 -0500

    [#34] don't split conditional accross multiple lines

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 6d543c4c74f41916604e8b13d492b782d36f61af
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Tue Nov 23 14:37:31 2021 -0500

    [#34] simplify `extras` test

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 7d8dd7aa36f2f125fc1be390cafd66b175eab8b3
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Tue Nov 23 14:28:17 2021 -0500

    [#34] update `usage` workflow strategy

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 6cbb90f91440621b2e79396c60cd802cf3f220e7
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sun Nov 21 21:45:18 2021 -0500

    [#34] remove `PIPENV_SETUP` var

    It was causing Windows grief

commit 7f129718c3ec4ded67e6e6376537b7bb5e426601
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sun Nov 21 18:14:41 2021 -0500

    [#34] TDD: add failing `black` / `autopep8` tests

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 16a967233a7ce8e784b822491a404767bb2563a1
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sun Nov 21 17:37:19 2021 -0500

    [#34] print `--help` to test installation

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit bc66d794f4b9993bedc1804bd91c2d772ef39da5
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sun Nov 21 16:16:41 2021 -0500

    [#34] WIP: add `usage` workflow

    this workflow is intended to test the installation of this project and
    its CLI

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 23, 2021
commit d9c1b62006b6ebe31c0f3856d50d5632c5b4a353
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 22:42:05 2021 -0500

    [#34] TDD: add failing test for closing #34

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 82260142cfa27bf32d624be46957d5c8e14fd960
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 22:15:00 2021 -0500

    [#34] add a third option: neither `black` nor `autopep8`

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit b12d85c988b89b85343f49ef7f47996e3a165b55
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 21:59:50 2021 -0500

    [#34] add test for `autopep8` (not `black`)

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 1a9e0b9ebe710de20a1e94c98cbcec7b5f20bd56
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 21:57:00 2021 -0500

    [#34] correct import failures for python2.7

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit dbe08a3eb7159fa3f97fc8a23fdd9db31cff05fe
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 20:41:04 2021 -0500

    [#34] add test for `black` import failures

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit e9113a0203d495de874bdb2099deaf25410d6107
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 00:53:59 2021 -0500

    [#34] xfail test for < 3.6

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit f28f9ea20e028eb96fb1fa9fda326cb1e6c570d1
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 00:23:30 2021 -0500

    [#34] add function to retrieve fmt module

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit a5005e521acd7c17c2f46724fbed8540845987f0
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 00:18:06 2021 -0500

    [#34] `ModuleNotFoundError` -> `ImportError`

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit f349c194a248fdf8b17635639946ad31d0719ea3
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 00:05:36 2021 -0500

    [#34] update dummy import fixture; add tests

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 74d49aeb79c85ef4d0869840bb563425f63cb3f0
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Fri Nov 19 23:21:53 2021 -0500

    [#34] add test for monkeypatching __import__

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 3271762f845c691f0b7d819d62c572e052fff045
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Fri Nov 19 20:59:33 2021 -0500

    [#34] `isort setup_updater.py`

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
also disable fail-fast in `ci.yml`

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
commit d9c1b62006b6ebe31c0f3856d50d5632c5b4a353
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 22:42:05 2021 -0500

    [#34] TDD: add failing test for closing #34

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 82260142cfa27bf32d624be46957d5c8e14fd960
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 22:15:00 2021 -0500

    [#34] add a third option: neither `black` nor `autopep8`

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit b12d85c988b89b85343f49ef7f47996e3a165b55
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 21:59:50 2021 -0500

    [#34] add test for `autopep8` (not `black`)

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 1a9e0b9ebe710de20a1e94c98cbcec7b5f20bd56
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 21:57:00 2021 -0500

    [#34] correct import failures for python2.7

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit dbe08a3eb7159fa3f97fc8a23fdd9db31cff05fe
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 20:41:04 2021 -0500

    [#34] add test for `black` import failures

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit e9113a0203d495de874bdb2099deaf25410d6107
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 00:53:59 2021 -0500

    [#34] xfail test for < 3.6

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit f28f9ea20e028eb96fb1fa9fda326cb1e6c570d1
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 00:23:30 2021 -0500

    [#34] add function to retrieve fmt module

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit a5005e521acd7c17c2f46724fbed8540845987f0
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 00:18:06 2021 -0500

    [#34] `ModuleNotFoundError` -> `ImportError`

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit f349c194a248fdf8b17635639946ad31d0719ea3
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Sat Nov 20 00:05:36 2021 -0500

    [#34] update dummy import fixture; add tests

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 74d49aeb79c85ef4d0869840bb563425f63cb3f0
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Fri Nov 19 23:21:53 2021 -0500

    [#34] add test for monkeypatching __import__

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

commit 3271762f845c691f0b7d819d62c572e052fff045
Author: Bryant Finney <bryant.finney@alumni.uah.edu>
Date:   Fri Nov 19 20:59:33 2021 -0500

    [#34] `isort setup_updater.py`

    Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
also add extras for both, and disable fail-fast in `ci.yml`

Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 26, 2021
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
bryant-finney added a commit that referenced this pull request Nov 30, 2021
* move `black` and `autopep8` from `install_requires` to `extras_require`
* add `usage` workflow to test installation of `pipenv-setup`, `pipenv-setup[black]`, and `pipenv-setup[autopep8]`
* update behavior: if `black` is present, use it to format `setup.py`; if `black` isn't installed, try `autopep8`; if neither is installed, don't format `setup.py`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
2 participants