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

chore(deps): update dependency vcrpy to v4.4.0 #593

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vcrpy 4.2.0 -> 4.4.0 age adoption passing confidence

Release Notes

kevin1024/vcrpy (vcrpy)

v4.4.0

Compare Source

  • HUGE thanks to @​hartwork for all the work done on this release!
  • Bring vcr/unittest in to vcrpy as a full feature of vcr instead of a separate library. Big thanks to @​hartwork for doing this and to @​agriffis for originally creating the library
  • Make decompression robust towards already decompressed input (thanks @​hartwork)
  • Bugfix: Add read1 method (fixes compatibilitywith biopython), thanks @​mghantous
  • Bugfix: Prevent filters from corrupting request (thanks @​abramclark)
  • Bugfix: Add support for response.raw.stream() to fix urllib v2 compat
  • Bugfix: Replace assert with raise AssertionError: fixes support for PYTHONOPTIMIZE=1
  • Add pytest.mark.online to run test suite offline, thanks @​jspricke
  • use python3 and pip3 binaries to ease debian packaging (thanks @​hartwork)
  • Add codespell (thanks @​mghantous)

v4.3.1

Compare Source

Support urllib3 v1 and v2. NOTE: there is an issue running urllib3 v2 on Python older than 3.10, so this is currently blocked in the requirements.
Hopefully we can resolve this situation in the future. Thanks to @​shifqu, @​hartwork, @​jairhenrique, @​pquentin, and @​vEpiphyte for your work on this.

v4.3.0

Compare Source

  • Add support for Python 3.11 (Thanks @​evgeni)
  • Drop support for botocore <1.11.0 and requests <2.16.2 (thanks @​hartwork)
  • Bugfix: decode_compressed_response raises exception on empty responses. Thanks @​CharString
  • Don't save requests from decorated tests if decorated test fails (thanks @​dan-passaro)
  • Fix not calling all the exit stack when record_on_exception is False (thanks @​Terseus)
  • Various CI, documentation, testing, and formatting improvements (Thanks @​jairhenrique, @​dan-passaro, @​hartwork, and Terseus)

v4.2.1

Compare Source

  • Fix a bug where the first request in a redirect chain was not being recorded with aiohttp
  • Various typos and small fixes, thanks @​jairhenrique, @​timgates42

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vcrpy-4.x branch from e63edc3 to 9d22409 Compare March 16, 2023 19:54
@renovate renovate bot force-pushed the renovate/vcrpy-4.x branch from 9d22409 to 41d0cf6 Compare May 28, 2023 10:19
@renovate renovate bot changed the title chore(deps): update dependency vcrpy to v4.2.1 chore(deps): update dependency vcrpy to v4.3.1 May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency vcrpy to v4.3.1 chore(deps): update dependency vcrpy to v4.4.0 Jun 26, 2023
@renovate renovate bot force-pushed the renovate/vcrpy-4.x branch from 41d0cf6 to c9e2b88 Compare June 26, 2023 15:52
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.

0 participants