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.1 to 4.4.0 #132

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps vcrpy from 4.1.1 to 4.4.0.

Release notes

Sourced from vcrpy's releases.

v4.4.0

- 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

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.

Release v4.3.0

  • 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

  • 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

v4.2.0

Changelog

Sourced from vcrpy's changelog.

Changelog

For a full list of triaged issues, bugs and PRs and what release they are targeted 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.4.0
    • 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 compatibility with 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)
  • 4.3.1
    • 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.
  • 4.3.0
    • 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)
  • 4.2.1
    • 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
  • 4.2.0
  • 4.1.1
  • 4.1.0

... (truncated)

Commits
  • d2281ab version bump to v4.4.0
  • 8b97fd6 Merge pull request #644 from neliseiska/replace_assert_with_raise
  • 29e4221 Merge pull request #722 from kevin1024/run-online-tests-only-once
  • 6e511b6 Merge pull request #723 from kevin1024/issue-719-compression-urllib3-v2
  • 9b6cb1c Merge pull request #721 from kevin1024/issue-714-response-raw-stream-urllib3-v2
  • 6a12bd1 test_requests.py: Cover response.raw.stream()
  • 3411bed Make response.raw.stream() work for urllib3 v2
  • 438a654 filters.py: Make decompression robust towards decompressed input
  • 8c6b1fd test_requests.py: Extend coverage of gzip response
  • 15e9f18 main.yml: Run online tests only once
  • 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)

Bumps [vcrpy](https://github.com/kevin1024/vcrpy) from 4.1.1 to 4.4.0.
- [Release notes](https://github.com/kevin1024/vcrpy/releases)
- [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst)
- [Commits](kevin1024/vcrpy@v4.1.1...v4.4.0)

---
updated-dependencies:
- dependency-name: vcrpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 26, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 27, 2023

Superseded by #133.

@dependabot dependabot bot closed this Jun 27, 2023
@dependabot dependabot bot deleted the dependabot/pip/dev/vcrpy-4.4.0 branch June 27, 2023 16:01
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants