Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Updates the requirements on betamax to permit the latest version.

Changelog

Sourced from betamax's changelog.

0.9.0 - 2024-02-06

  • Add support for urllib3 2.0
  • Fix documentation
  • Add support for binary serializer storage; useful with custom serializers (such as pickle based), however all builtin betamax serializers remain text based.
  • Fix bug with new_episodes always trying to record.
  • Improved documentation.
  • This release drops support for Python 3.3; if you are still using Python 3.3 update your Python or don't update to betamax 0.8.2.
  • This release is the first release that declares support for Python 3.7, however previous versions most likely worked with 3.7 as well.

0.8.1 - 2018-03-13

  • Previous attempts to sanitize cassette names were incomplete. Sanitization has become more thorough which could have some affects on existing cassette files. This may cause new cassettes to be generated.

  • Fix bug where there may be an exception raised in a betamax.exceptions.BetamaxError repr.

0.8.0 - 2016-08-16

  • Add betamax_parametrized_recorder and betamax_parametrized_session to our list of pytest fixtures so that users will have parametrized cassette names when writing parametrized tests with our fixtures. (I wonder if I can mention parametrization a bunch more times so I can say parametrize a lot in this bullet note.)
  • Add ValidationError and a set of subclasses for each possible validation error.
  • Raise InvalidOption on unknown cassette options rather than silently ignoring extra options.
  • Raise a subclass of ValidationError when a particular cassette option is invalid, rather than silently ignoring the validation failure.

0.7.2 - 2016-08-04

  • Fix bug with query string matcher where query-strings without values (e.g., ?foo&bar as opposed to ?foo=1&bar=2) were treated as if there were no query string.

0.7.1 - 2016-06-14

... (truncated)

Commits
  • c5e5305 Release 0.9.0
  • 4c400ba Merge pull request #188 from marksomething/patch-1
  • 8d1dd17 Merge pull request #201 from iv-m/mockhttprequest-close
  • 983a6d2 Rename attribute for isclosed
  • 48d0d62 Implement MockHTTPResponse.close
  • b781744 Merge pull request #207 from kajinamit/py-versions
  • 314f785 Update supported python versions
  • c75cfc7 Merge pull request #202 from jhatler/fix/httpbinAmznTrace
  • 7db266c Merge pull request #206 from jhatler/fix/toxWorkflow
  • 3931bc4 fix: update tox workflow to use src/betamax path
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 4, 2025
@bboe bboe force-pushed the dependabot/pip/betamax-gte-0.8-and-lt-0.10 branch 2 times, most recently from c6371a1 to a2814c0 Compare August 5, 2025 04:23
Updates the requirements on [betamax](https://github.com/sigmavirus24/betamax) to permit the latest version.
- [Release notes](https://github.com/sigmavirus24/betamax/releases)
- [Changelog](https://github.com/betamaxpy/betamax/blob/main/HISTORY.rst)
- [Commits](betamaxpy/betamax@0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: betamax
  dependency-version: 0.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@bboe bboe force-pushed the dependabot/pip/betamax-gte-0.8-and-lt-0.10 branch from a2814c0 to 844ccf0 Compare August 5, 2025 04:24
@bboe bboe merged commit 730fe9d into main Aug 5, 2025
10 checks passed
@bboe bboe deleted the dependabot/pip/betamax-gte-0.8-and-lt-0.10 branch August 5, 2025 04:27
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.

2 participants