Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps pytest-repeat from 0.9.1 to 0.9.4.

Release notes

Sourced from pytest-repeat's releases.

v0.9.4

  • Additions
    • Add tox and CI testing on Python 3.13, 3.14
    • Add color to GitHub Actions output
  • Removals
    • Remove support for Python 3.7, 3.8, as they are EOL

v0.9.3

  • No externally visible changes.
  • Internal changes.
    • Add tox and CI testing on Python 3.12
    • Add legacy pytest versions to CI.
    • Now testing pytest 4, 5, 6
    • Non-legacy testing uses pytest 7
    • setup.py -> pyproject.toml
    • using hatchling backend

v0.9.2

  • Migrate CI to GitHub Actions
  • Officially Support Python 3.7+
Changelog

Sourced from pytest-repeat's changelog.

Release Notes

0.9.4 (2025-Apr-5)

  • Additions
    • Add tox and CI testing on Python 3.13, 3.14
    • Add color to GitHub Actions output
  • Removals
    • Remove support for Python 3.7, 3.8, as they are EOL

0.9.3 (2023-Oct-9)

  • No externally visible changes.
  • Internal changes.
    • Add tox and CI testing on Python 3.12
    • Add legacy pytest versions to CI.
    • Now testing pytest 4, 5, 6
    • Non-legacy testing uses pytest 7
    • setup.py -> pyproject.toml
    • using hatchling backend

0.9.2 (2023-Oct-1)

  • Migrate CI to GitHub Actions
  • Officially Support Python 3.7+

0.9.1 (2020-10-31)

  • Using @pytest.mark.repeat(1) can now be used to disable repeating a test regardless of the --count parameter given in the command-line.

  • Python 3.4 is no longer officially supported.

0.9.0 (-)

  • Not released do PyPI due to a deploy problem.

0.8.0 (2019-02-26)

  • Fix mark deprecation warnings in new pytest versions.

  • pytest-repeat now requires pytest>=3.6.

0.7.0 (2018-08-23)

  • Move step number to the end of the parametrisation ID

    • Thanks to @gdyuldin <https://github.com/gdyuldin>_ for suggesting this enhancement and providing a patch

... (truncated)

Commits
  • a84eaa9 0.9.4
  • 7992398 Merge pull request #91 from hugovk/test-me-3.14
  • a7da5e3 Add colour to GitHub Actions logs for readability
  • 36e2820 Add support for pytest 8, drop pytest 4
  • 81a9367 Add support for Python 3.13
  • d46b6ab Drop support for EOL Python 3.7-3.8
  • 58ee826 Test Python 3.13 and 3.14
  • 3f35ea3 Merge pull request #83 from pytest-dev/dependabot/github_actions/github_actio...
  • 3bb1db5 Bump the github_actions group with 2 updates
  • f6da171 Keep GitHub Actions up to date with GitHub's Dependabot (#80)
  • 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)

Bumps [pytest-repeat](https://github.com/pytest-dev/pytest-repeat) from 0.9.1 to 0.9.4.
- [Release notes](https://github.com/pytest-dev/pytest-repeat/releases)
- [Changelog](https://github.com/pytest-dev/pytest-repeat/blob/main/CHANGES.rst)
- [Commits](pytest-dev/pytest-repeat@v0.9.1...v0.9.4)

---
updated-dependencies:
- dependency-name: pytest-repeat
  dependency-version: 0.9.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 15, 2025
@jacebrowning jacebrowning merged commit 6847e20 into main Sep 15, 2025
13 checks passed
@jacebrowning jacebrowning deleted the dependabot/pip/pytest-repeat-0.9.4 branch September 15, 2025 18:05
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.

2 participants