Skip to content

chore(deps): update dependency testfixtures to v10#203

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/testfixtures-10.x
Open

chore(deps): update dependency testfixtures to v10#203
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/testfixtures-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2025

This PR contains the following updates:

Package Change Age Confidence
testfixtures ==8.3.0==10.0.0 age confidence

Release Notes

Simplistix/testfixtures (testfixtures)

v10.0.0

Compare Source

  • Fixed a bug in the warning issued when a :class:Replacer is deleted with replacements still
    in place.

  • Reworked :func:compare options so that typos and the like will now result
    in an exception being raised. This ended up being a breaking change if you use custom comparers
    that take options as this now has a :ref:different API <custom-comparer-options>.

  • Reworked the :doc:compare documentation <comparing> to explain why you should be using it
    as well as updating the examples and explaining more fully how to configure and customise it.

v9.2.0

Compare Source

  • Implement :func:like, :func:sequence, :func:contains, :func:unordered for
    strictly typed :ref:comparisons <comparison-objects>.

  • Correctly type :attr:ShouldRaise.raised.

v9.1.0

Compare Source

  • Add support for passing :class:StringComparison instances as parameters to
    :meth:OutputCapture.compare.

v9.0.1

Compare Source

  • :attr:ShouldRaise.raised is now always an exception instance. If no exception has been raised,
    it will be a :class:~testfixtures.shouldraise.NoException instance. This prevents typing
    complaints around using an attribute that might be None.

  • :func:mock_time has been reworked to return an instance of :class:~testfixtures.datetime.MockTime rather than the
    class itself. :class:~testfixtures.datetime.MockTime has also been reworked such that it can no longer be instantiated
    with the same parameters as :class:~datetime.datetime - this edge case was never supported,
    but is highlighted here in case folks were using it.

v9.0.0

Compare Source

  • Python 3.11 is now the minimum supported version.

  • A show_whitespace parameter has been added to :class:ShouldAssert.

  • testfixtures is now fully typed, checked with mypy__ and is distributed with
    a py.typed marker file.

    __ https://mypy.readthedocs.io/en/stable/


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 8, 2025
@renovate renovate bot force-pushed the renovate/testfixtures-10.x branch 2 times, most recently from b5afa9b to d13481d Compare November 9, 2025 02:24
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 9, 2025

@renovate renovate bot force-pushed the renovate/testfixtures-10.x branch from d13481d to af68c51 Compare February 11, 2026 18:59
@sonarqubecloud
Copy link

@oddstr13
Copy link
Owner

Requires Python 3.11

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant