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

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

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vcrpy ==4.2.1 -> ==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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 0017dd8 to 21d025c Compare May 26, 2023 16:56
@renovate renovate bot changed the title chore(deps): update dependency vcrpy to v4.3.0 chore(deps): update dependency vcrpy to v4.3.1 May 26, 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 21d025c to 04737e4 Compare June 26, 2023 14:38
@PiotrIw PiotrIw merged commit 82d6399 into master Dec 5, 2023
@renovate renovate bot deleted the renovate/vcrpy-4.x branch December 5, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant