Skip to content

chore: bump testfixtures from 12.2.0 to 12.3.0#145

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/testfixtures-12.3.0
Jul 12, 2026
Merged

chore: bump testfixtures from 12.2.0 to 12.3.0#145
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/testfixtures-12.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps testfixtures from 12.2.0 to 12.3.0.

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.

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 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 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)

Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 12.2.0 to 12.3.0.
- [Changelog](https://github.com/simplistix/testfixtures/blob/main/CHANGELOG.rst)
- [Commits](simplistix/testfixtures@12.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: testfixtures
  dependency-version: 12.3.0
  dependency-type: direct:development
  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 Jul 12, 2026
@github-actions
github-actions Bot merged commit 1c7e174 into main Jul 12, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/testfixtures-12.3.0 branch July 12, 2026 08:04
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