Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2025

Bumps pytest-cases from 3.6.5 to 3.9.1.

Release notes

Sourced from pytest-cases's releases.

3.8.6 - compatibility fix

  • Fixed issue with legacy python 2.7 and 3.5. Fixes #352.

See documentation page for details.

3.8.5 - Suppressed annoying warning with pytest 8

  • Fixed PytestRemovedIn9Warning: Marks applied to fixtures have no effect. Fixed #337

See documentation page for details.

3.8.4 - Removed debug logs

  • Reverted DEBUG flag used for pytest 8 compatibility. Fixed #336

See documentation page for details.

3.8.3 - Support for pytest version 8

See documentation page for details.

3.8.2 - bugfixes and project improvements

  • Fixed issue with upcoming pytest 8.1 release. PR #322 by @​bluetech
  • Corrected API documentation (and comments) for the second file-name pattern for AUTO-cases lookup (cases_<name>.py instead of case_<name>.py). PR #320 by @​michele-riva.
  • Fixed AssertionError on AUTO cases outside a 'normal' test module. Fixes #309. PR #320 by @​michele-riva.
  • Improved error message in case of cases loading error in @parametrize_with_cases when the cases argument is a string refering to a relative or absolute module name. Fixed import file mismatch with pytest 8 when executing our own tests. Fixes #323.
  • Fixed failing tests in our builds due to the event_loop_policy fixture that appeared in pytest-asyncio 0.23. Fixes part of #321.

See documentation page for details.

... (truncated)

Changelog

Sourced from pytest-cases's changelog.

3.9.1 - support for python 3.14 and pytest 8.4

  • Fixed AttributeError: 'MiniMetafunc' object has no attribute '_params_directness' when a case function is parametrized or requires a fixtures, with pytest 8.4.0. Fixed #365
  • Fixed ValueError: The provided fixture function does not seem to be a fixture with @fixture_ref with pytest 8.4.0. Fixed #364
  • Dropped support for python<3.9 and pytest<6. Fixes #362 and fixes #186
  • Fixed test suite for python 3.14, officializing the support for this version.

3.8.6 - compatibility fix

  • Fixed issue with legacy python 2.7 and 3.5. Fixes #352.

3.8.5 - Suppressed annoying warning with pytest 8

  • Fixed PytestRemovedIn9Warning: Marks applied to fixtures have no effect. Fixed #337

3.8.4 - Removed debug logs

  • Reverted DEBUG flag used for pytest 8 compatibility. Fixed #336

3.8.3 - Support for pytest version 8

3.8.2 - bugfixes and project improvements

  • Fixed issue with upcoming pytest 8.1 release. PR #322 by @​bluetech
  • Corrected API documentation (and comments) for the second file-name pattern for AUTO-cases lookup (cases_<name>.py instead of case_<name>.py). PR #320 by @​michele-riva.
  • Fixed AssertionError on AUTO cases outside a 'normal' test module. Fixes #309. PR #320 by @​michele-riva.
  • Improved error message in case of cases loading error in @parametrize_with_cases when the cases argument is a string refering to a relative or absolute module name. Fixed import file mismatch with pytest 8 when executing our own tests. Fixes #323.
  • Fixed failing tests in our builds due to the event_loop_policy fixture that appeared in pytest-asyncio 0.23.

... (truncated)

Commits
  • 544f9a5 Ready to release again
  • 53882fd Fixed install_requires that was still requiring pytest < 8.4 :)
  • 6cab2ac Fixed changelog
  • b5e17ae FIxed python version metadata declared
  • 996091e Fixed compat with pytest 8.4.0 (#367)
  • 94424a1 Dropped support for python <3.9 and pytest <6 (#369)
  • 36f4053 Fixed GHA warning and packaging compliance issue (#353)
  • 281f845 Fixed PytestRemovedIn9Warning: Marks applied to fixtures have no effect. Fi...
  • 383e17d Update GitHub Action Versions (#338)
  • 8be611a Updated pytest version in badge
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pytest-cases](https://github.com/smarie/python-pytest-cases) from 3.6.5 to 3.9.1.
- [Release notes](https://github.com/smarie/python-pytest-cases/releases)
- [Changelog](https://github.com/smarie/python-pytest-cases/blob/main/docs/changelog.md)
- [Commits](smarie/python-pytest-cases@3.6.5...3.9.1)

---
updated-dependencies:
- dependency-name: pytest-cases
  dependency-version: 3.9.1
  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 Aug 22, 2025
@snyk-io-eu
Copy link

snyk-io-eu bot commented Aug 22, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

@sonarqubecloud
Copy link

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.

1 participant