Skip to content

build(deps): update testfixtures requirement from <=10.0.0,>=8.3.0 to <=12.0.0,>=12.0.0#124

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on testfixtures to permit the latest version.

Changelog

Sourced from testfixtures's changelog.

12.0.0 (23 May 2026)

.. warning:: Breaking changes:

  • Comparers have moved from :mod:!testfixtures.comparison to :mod:testfixtures.comparers.

  • :func:!django_compare has been removed, :func:compare now works with Django models.

  • Refactoring of :class:LogCapture to introduce support for :doc:loguru <loguru>, :doc:structlog <structlog> and similar support for :doc:twisted <twisted> by way of the new :class:~testfixtures.logcapture.CaptureSource architecture.

  • :func:compare now supports per-type ignore_eq.

  • :func:compare now supports both :doc:polars <polars> and :doc:pandas <pandas> dataframes.

  • :func:compare now provides better feedback when objects being compared raised exceptipns in their :any:str or :any:repr.

  • Added raises parameter to :meth:OutputCapture.compare, :meth:LogCapture.check and :meth:LogCapture.check_present to they can be more easily used in compositions.

11.0.0 (9 Mar 2026)

  • Moved to a uv__-based, pyproject.toml-driven project layout, with main replacing master as the default git branch.

    __ https://docs.astral.sh/uv/

  • Move from Circle CI to Github Actions for continuous integration and releasing.

  • Lots of documentation has been refreshed.

  • Python versions between 3.11 and 3.14, inclusive, are now supported.

  • Python versions 3.10 and earlier are no longer supported.

  • :class:TempDir is now introduced as a :class:~pathlib.Path-based alternative to :class:TempDirectory.

  • :class:TempDir and :class:TempDirectory have grown support for dumping and parsing JSON, YAML and TOML natively by way of the :meth:~TempDir.dump and :meth:TempDir.parse methods.

  • :class:TempDir and :class:TempDirectory now have :meth:~TempDir.read_text and :meth:TempDir.read_bytes methods that mirror the behaviour of their :class:~pathlib.Path equivalents.

  • :class:TempDir and :class:TempDirectory now support :class:~pathlib.Path objects anywhere they previously supported string and sequences of strings.

... (truncated)

Commits
  • 987b414 Prepare for 12.0.0 release
  • 626c953 Implement testfixtures.structlog
  • fa06deb Happier coverage checking
  • cd8b47c Remove code duplication and ensure test coverage
  • 6731993 Re-instate coverage checking for tests
  • 4ea79a4 Cover the new mypy 2.1 error codes so nightly typing CI passes
  • 606bafd Bump polars minimum to 1.32 for the assert_frame_equal output format the test...
  • 7e37840 Document pandas and polars DataFrame comparers
  • bb061bb Assert exact AssertionError messages for the DataFrame comparer tests
  • 2b223df Register pandas and polars DataFrame comparers
  • 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.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

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

@dependabot @github

dependabot Bot commented on behalf of github Jun 3, 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.0.0-and-gte-12.0.0 branch June 3, 2026 06:04
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