FastSoup icon indicating copy to clipboard operation
FastSoup copied to clipboard

chore(deps-dev): update pytest-deadfixtures requirement from ^2.2.1 to ^3.0.0

Open dependabot[bot] opened this issue 1 month ago • 0 comments

Updates the requirements on pytest-deadfixtures to permit the latest version.

Release notes

Sourced from pytest-deadfixtures's releases.

3.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/jllorencetti/pytest-deadfixtures/compare/2.2.1...3.0.0

Changelog

Sourced from pytest-deadfixtures's changelog.

3.0.0


* Drop support for Python 3.5
* Add support for Python 3.8 and 3.9

2.2.1

  • Support for dynamically generated fixtures

2.2.0


* Group fixtures in report
* Add compatibility with pytest >= 5.4.0

2.1.0

  • Ignore fixtures from dist-packages
  • Fix compatibility with latest pytest version

2.0.1


* Fix duplicated fixtures headline always being printed

2.0.0

  • Return non-zero exit code if unused fixtures are detected

1.0.1


* Fix false-positive report of used fixtures caused by a premature return

1.0.0

  • Ignore fixtures from third-party packages

0.3.0


* Add an option to list duplicated fixtures

0.2.2

... (truncated)

Commits
  • 7eae1ae Fixes code format
  • e6dbe8e add unused fixtures count
  • 28605dc Run tests on supported Python versions
  • bdae857 Bump actions/checkout from 4 to 5
  • f5e6c4a Bump actions/setup-python from 5 to 6
  • 5abe1f1 add support 3.12 and 3.13 python, min python set 3.8
  • ff9bf35 add support 3.12 and 3.13 python, min python set 3.8
  • 6c2d683 Bump codecov/codecov-action from 4 to 5
  • dfb1119 Bump actions/setup-python from 4 to 5
  • 1fa67dd Bump codecov/codecov-action from 3 to 4
  • 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 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)

dependabot[bot] avatar Nov 10 '25 00:11 dependabot[bot]