Skip to content

Update testtools requirement from >=2.4.0 to >=2.9.1#1223

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/testtools-gte-2.9.1
Open

Update testtools requirement from >=2.4.0 to >=2.9.1#1223
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/testtools-gte-2.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Updates the requirements on testtools to permit the latest version.

Changelog

Sourced from testtools's changelog.

2.9.1


Improvements
------------
* Don't leak testtools-specific exception details into
  ``unittest.TestResult`` error reports when using a stdlib ``TestResult``.
  (Jelmer Vernooij, [#607](https://github.com/testing-cabal/testtools/issues/607))

2.9.0

Improvements

  • Add LessThanOrEqual and GreaterThanOrEqual matchers. (Julian Edwards, #594)

  • Improve type annotations throughout the codebase, including compatibility fixes for mypy 1.20.0. (Stephen Finucane, #587, #591, #592, #593, #600)

2.8.7


Improvements
------------
* Fix an issue with ``iterate_tests``, which was recently changes to insist
  on accepting an instance of ``unittest.TestSuite``, breaking some users.
  (Jelmer Vernooij, [#584](https://github.com/testing-cabal/testtools/issues/584))
  • Improve the type annotations for testtools.testcase.TestCase.skipTest (Stephen Finucane, #585)

  • Correct a URL in the README (Steve Kowalik, #582)

2.8.6

Improvements

  • Improve the type annotations for testtools.testcase.TestCase.assertRaises. This method will now be typed correctly when called as a method or as a context manager. (Stephen Finucane, #577, #578)

2.8.5


Improvements
</tr></table> 

... (truncated)

Commits
  • 088c98e release 2.9.1
  • 5e44c18 Don't leak testtools internals into stdlib TestResult error reports
  • 18b9d32 Merge pull request #603 from stephenfin/release-2.9.0
  • 729f33c release 2.9.0
  • 18dac2f Merge pull request #602 from testing-cabal/dependabot/pip/ruff-0.15.9
  • d289f82 build(deps-dev): bump ruff from 0.15.8 to 0.15.9
  • 2c9f793 Merge pull request #600 from stephenfin/typing
  • ec15b81 typing: Make less use of ParamSpec
  • 231d06d typing: Fix compatibility with mypy 1.20.0
  • 08ec4e6 Merge pull request #599 from testing-cabal/dependabot/pip/ruff-0.15.8
  • 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 [testtools](https://github.com/testing-cabal/testtools) to permit the latest version.
- [Release notes](https://github.com/testing-cabal/testtools/releases)
- [Changelog](https://github.com/testing-cabal/testtools/blob/master/NEWS)
- [Commits](testing-cabal/testtools@2.4.0...2.9.1)

---
updated-dependencies:
- dependency-name: testtools
  dependency-version: 2.9.1
  dependency-type: direct:production
...

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 May 19, 2026
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