chore(deps-dev): bump pytest-doctestplus from 1.6.0 to 1.7.1 by dependabot[bot] · Pull Request #1085 · jenstroeger/python-package-template

Bumps pytest-doctestplus from 1.6.0 to 1.7.1.

Release notes

Sourced from pytest-doctestplus's releases.

v1.7.1

What's Changed

New Contributors

Full Changelog: scientific-python/pytest-doctestplus@v1.7.0...v1.7.1

v1.7.0

What's Changed

New Contributors

Full Changelog: scientific-python/pytest-doctestplus@v1.6.0...v1.7.0

Changelog

Sourced from pytest-doctestplus's changelog.

1.7.1 (2026-01-26)

  • Fixing bug where __doctest_requires__ with version specifiers (e.g., numpy>=2.0) incorrectly skipped tests even when dependencies were satisfied. #319

1.7.0 (2026-01-07)

  • Fixing crashing sphinx builds where multiple directives are used with the first one expecting content. The order of the directives used does not matter after this fix. #316

  • Versions of Python <3.10 and pytest<7 are no longer supported. #313

Commits
  • 9c3698d Finalizing changelog for v1.7.1
  • 44de19c Merge pull request #319 from KostaIlic2/fix-issue-318
  • 299dfbf Minor typo
  • 2232898 Update CHANGES.rst
  • 8d97d4a TST: use pass instead of skip in test_requires_module_variable
  • 789ba6e DOC: update changelist
  • 4cb058c BUG: fix doctest_requires when constraint is present
  • d51d45a TST: add test that shows doctest_requires fails with contraint
  • 0d8d511 Back to development: v1.8.0.dev
  • 8248fb7 Finalizing changelog for v1.7.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)