Skip to content

build(deps): update testfixtures requirement from <=10.0.0,>=8.3.0 to <=12.3.0,>=12.3.0 - #135

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/testfixtures-lte-12.3.0-and-gte-12.3.0
Closed

build(deps): update testfixtures requirement from <=10.0.0,>=8.3.0 to <=12.3.0,>=12.3.0#135
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/testfixtures-lte-12.3.0-and-gte-12.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on testfixtures to permit the latest version.

Changelog

Sourced from testfixtures's changelog.

12.3.0 (8 Jul 2026)

  • Added :doc:pydantic <pydantic> support: a :func:comparer <testfixtures.pydantic.compare_basemodel> for :class:~pydantic.BaseModel is automatically registered, and the testfixtures[pydantic] extra installs a compatible version.

  • Added :class:ReprComparison and :func:repr_like for asserting an object's type along with its :func:repr.

  • Added :class:StrComparison and :func:str_like for asserting an object's type along with its :class:str.

  • Added :func:mapping, the typed helper for :class:MappingComparison.

  • :func:like now accepts a regular expression, as a string or a compiled :class:re.Pattern, returning a :class:TextComparison typed as a :class:str. :class:TextComparison can also now be built directly from a compiled :class:re.Pattern.

  • :class:ShouldRaise now accepts :func:repr_like and :func:str_like matchers, so a raised exception's type and rendering can be checked without constructing the exception instance.

  • Renamed :class:!StringComparison to :class:TextComparison. :class:!StringComparison remains as a deprecated alias.

  • Fixed a bug where comparing two matcher instances directly, such as two :class:SequenceComparison objects, could produce a confusing diff instead of comparing them for equality.

12.2.0 (20 Jun 2026)

  • Added :meth:LogCapture.check_empty.

  • Added :meth:LogCapture.disabled context manager.

  • Added level and predicate parameters to :meth:LogCapture.check.

12.1.0 (15 Jun 2026)

  • :func:compare now supports :doc:numpy <numpy> arrays.

  • Added a helper for :doc:testing command-line scripts <command>.

12.0.1 (11 Jun 2026)

  • Fix bug where :class:frozensets <frozenset> would not :func:compare equal when a library requiring ignore_eq for its types, such as :doc:polars <polars>, was present.

... (truncated)

Commits
  • f4ea6f2 Prepare for 12.3.0 release
  • 95071f7 Merge pull request #253 from simplistix/pydantic/human
  • 1b16e39 Call out repr_like, str_like and like's regex support in comparison.rst intro
  • e68435d Show the full ValidationError literal via a captured, version-corrected clone
  • aeae8d4 Improve comparing.rst and exceptions.rst with pydantic examples
  • 64cb127 Document ValidationError testing with ShouldRaise, repr_like and str_like
  • a09ec1e Add pydantic BaseModel comparer and document pydantic support
  • 80d0c0d Document current compare() behaviour with pydantic BaseModel
  • 0717abe Add testfixtures.pydantic stub
  • 3d411cf Merge pull request #252 from simplistix/like-variants/human
  • 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 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)

Updates the requirements on [testfixtures](https://github.com/Simplistix/testfixtures) to permit the latest version.
- [Changelog](https://github.com/simplistix/testfixtures/blob/main/CHANGELOG.rst)
- [Commits](simplistix/testfixtures@8.3.0...12.3.0)

---
updated-dependencies:
- dependency-name: testfixtures
  dependency-version: 12.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependency update Used when dependency update is required. label Aug 1, 2026
@github-actions github-actions Bot closed this Aug 1, 2026
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

This PR was automatically closed because some checks failed.
Status Summary: 1 success, 5 cancelled, 1 failure

@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/testfixtures-lte-12.3.0-and-gte-12.3.0 branch August 1, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency update Used when dependency update is required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants