Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on testfixtures to permit the latest version.

Changelog

Sourced from testfixtures's changelog.

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.

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 exceptions 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.

... (truncated)

Commits
  • 86ffa36 Prepare for 12.2.0 release
  • 89b98ed Add LogCapture.disabled() context manager
  • 6bf6607 Add LogCapture.check_empty()
  • e221083 Add level and predicate filtering to LogCapture.check()
  • ee87a13 Prepare for 12.1.0 release
  • d929282 Merge pull request #244 from simplistix/commands
  • 64d0cd0 Narrative docs for command testing
  • ff6c9d8 Move setup_X hooks onto AbstractRun; configure Command by runner type
  • 64318be Command runner implementation with split customisation
  • 9332521 Prototype allowing Result type to constructor
  • 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.2.0)

---
updated-dependencies:
- dependency-name: testfixtures
  dependency-version: 12.2.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 Jul 1, 2026
@github-actions github-actions Bot closed this Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

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

@dependabot @github

dependabot Bot commented on behalf of github Jul 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.2.0-and-gte-12.2.0 branch July 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