kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
425 stars 34 forks source link

chore(deps): update dependency vcrpy to >=4.4.0,<5.0.0 - autoclosed #113

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vcrpy >=2.0.1,<4.4.0 -> >=4.4.0,<5.0.0 age adoption passing confidence

Release Notes

kevin1024/vcrpy (vcrpy) ### [`v4.4.0`](https://togithub.com/kevin1024/vcrpy/releases/tag/v4.4.0) [Compare Source](https://togithub.com/kevin1024/vcrpy/compare/v4.3.1...v4.4.0) - HUGE thanks to [@​hartwork](https://togithub.com/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](https://togithub.com/hartwork) for doing this and to [@​agriffis](https://togithub.com/agriffis) for originally creating the library - Make decompression robust towards already decompressed input (thanks [@​hartwork](https://togithub.com/hartwork)) - Bugfix: Add read1 method (fixes compatibilitywith biopython), thanks [@​mghantous](https://togithub.com/mghantous) - Bugfix: Prevent filters from corrupting request (thanks [@​abramclark](https://togithub.com/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](https://togithub.com/jspricke) - use python3 and pip3 binaries to ease debian packaging (thanks [@​hartwork](https://togithub.com/hartwork)) - Add codespell (thanks [@​mghantous](https://togithub.com/mghantous))

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.



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