Skip to content

build(deps): bump pytest-repeat from 0.9.3 to 0.9.4 #2812

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps pytest-repeat from 0.9.3 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
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.3 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.3...v0.9.4)

---
updated-dependencies:
- dependency-name: pytest-repeat
  dependency-version: 0.9.4
  dependency-type: direct:production
  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 Apr 7, 2025
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