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 vcrpy from 4.1.0 to 4.1.1 #302

Merged
merged 1 commit into from
Mar 6, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2020

Bumps vcrpy from 4.1.0 to 4.1.1.

Release notes

Sourced from vcrpy's releases.

v4.1.1

  • Fix HTTPX support for versions greater than 0.15 (thanks @jairhenrique)
  • Include a trailing newline on json cassettes (thanks @AaronRobson)
Changelog

Sourced from vcrpy's changelog.

Changelog

For a full list of triaged issues, bugs and PRs and what release they are targetted for please see the following link.

ROADMAP MILESTONES <https://github.com/kevin1024/vcrpy/milestones>_

All help in providing PRs to close out bug issues is appreciated. Even if that is providing a repo that fully replicates issues. We have very generous contributors that have added these to bug issues which meant another contributor picked up the bug and closed it out.

  • 4.1.1

    • Fix HTTPX support for versions greater than 0.15 (thanks @jairhenrique)
    • Include a trailing newline on json cassettes (thanks @AaronRobson)
  • 4.1.0

    • Add support for httpx!! (thanks @herdigiorgi)
    • Add the new allow_playback_repeats option (thanks @tysonholub)
    • Several aiohttp improvements (cookie support, multiple headers with same key) (Thanks @pauloromeira)
    • Use enums for record modes (thanks @aaronbannin)
    • Bugfix: Do not redirect on 304 in aiohttp (Thanks @royjs)
    • Bugfix: Fix test suite by switching to mockbin (thanks @jairhenrique)
  • 4.0.2

    • Fix mock imports as reported in #504 by @llybin. Thank you.
  • 4.0.1

    • Fix logo alignment for PyPI
  • 4.0.0

    • Remove Python2 support (@hugovk)
    • Add Python 3.8 TravisCI support (@neozenith)
    • Updated the logo to a modern material design (@sean0x42)
  • 3.0.0

    • This release is a breaking change as it changes how aiohttp follows redirects and your cassettes may need to be re-recorded with this update.
    • Fix multiple requests being replayed per single request in aiohttp stub #495 (@nickdirienzo)
    • Add support for request_info on mocked responses in aiohttp stub #495 (@nickdirienzo)
    • doc: fixed variable name (a -> cass) in an example for rewind #492 (@yarikoptic)
  • 2.1.1

    • Format code with black (@neozenith)
    • Use latest pypy3 in Travis (@hugovk)
    • Improve documentation about custom matchers (@gward)
    • Fix exception when body is empty (@keithprickett)
    • Add pytest-recording to the documentation as an alternative Pytest plugin (@Stranger6667)
    • Fix yarl and python3.5 version issue (@neozenith)
    • Fix header matcher for boto3 - fixes #474 (@simahawk)
  • 2.1.0

    • Add a rewind method to reset a cassette (thanks @khamidou)
    • New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith)
    • Handle connect tunnel URI (thanks @jeking3)
    • Add code coverage to the project (thanks @neozenith)
    • Drop support to python 3.4
    • Add deprecation warning on python 2.7, next major release will drop python 2.7 support
    • Fix build problems on requests tests (thanks to @dunossauro)

... (truncated)

Commits

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 dependabot bot added the Dependencies Pull requests that update a dependency file label Oct 12, 2020
@codecov
Copy link

codecov bot commented Oct 12, 2020

Codecov Report

Merging #302 (19caa8a) into master (cddf528) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #302   +/-   ##
=======================================
  Coverage   91.72%   91.72%           
=======================================
  Files          17       17           
  Lines        1208     1208           
=======================================
  Hits         1108     1108           
  Misses        100      100           

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 cddf528...19caa8a. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/vcrpy-4.1.1 branch 4 times, most recently from d277c24 to 34ab1e8 Compare March 6, 2021 15:50
@dependabot dependabot bot force-pushed the dependabot/pip/vcrpy-4.1.1 branch from 34ab1e8 to 19caa8a Compare March 6, 2021 15:53
@joshtemple joshtemple merged commit a919260 into master Mar 6, 2021
@dependabot dependabot bot deleted the dependabot/pip/vcrpy-4.1.1 branch March 6, 2021 15:54
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
Development

Successfully merging this pull request may close these issues.

1 participant