Skip to content

Conversation

@ziltoidbot
Copy link

This PR contains the following updates:

Package Type Update Change
vcrpy dev-dependencies major ^4.2.1 -> ^7.0.0

Release Notes

kevin1024/vcrpy (vcrpy)

v7.0.0

Compare Source

What's Changed

- Drop support for python 3.8 (major version bump) - thanks @​jairhenrique
- Various linting and test fixes - thanks @​jairhenrique
- Bugfix for urllib2>=2.3.0 - missing version_string (#​888)
- Bugfix for asyncio.run - thanks @​alekeik1

New Contributors

v6.0.2

Compare Source

v6.0.1

Compare Source

Bugfix with to Tornado cassette generator (thanks @​graingert)

v6.0.0

Compare Source

  • BREAKING: Fix issue with httpx support (thanks @​parkerhancock) in #​784. NOTE: You may have to recreate some of your cassettes produced in previous releases due to the binary format being saved incorrectly in previous releases
    • BREAKING: Drop support for boto (vcrpy still supports boto3, but is dropping the deprecated boto support in this release. (thanks @​jairhenrique)
    • Fix compatibility issue with Python 3.12 (thanks @​hartwork)
    • Drop simplejson (fixes some compatibility issues) (thanks @​jairhenrique)
    • Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @​mgorny)
    • Various linting and docs improvements (thanks @​jairhenrique)
    • Tornado fixes (thanks @​graingert)

v5.1.0

Compare Source

v5.0.0

Compare Source

  • BREAKING CHANGE: Drop support for Python 3.7. 3.7 is EOL as of 6/27/23 Thanks @​jairhenrique
  • BREAKING CHANGE: Custom Cassette persisters no longer catch ValueError. If you have implemented a custom persister (has anyone implemented a custom persister? Let us know!) then you will need to throw a CassetteNotFoundError when unable to find a cassette. See #​681 for discussion and reason for this change. Thanks @​amosjyng for the PR and the review from @​hartwork

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 Renovate Bot.

@ziltoidbot
Copy link
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
  - vcrpy requires Python >=3.9, so it will not be satisfied for Python >=3.7,<3.9

Because no versions of vcrpy match >7.0.0,<8.0.0
 and vcrpy (7.0.0) requires Python >=3.9, vcrpy is forbidden.
So, because mailerlite depends on vcrpy (^7.0.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For vcrpy, a possible solution would be to set the `python` property to ">=3.9,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@igorhrcek igorhrcek closed this Feb 28, 2025
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.

4 participants