Skip to content

build(deps): update pytest-random-order requirement from >=0.5.4 to >=1.2.0 in /requirements#743

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/requirements/pytest-random-order-gte-1.2.0
Open

build(deps): update pytest-random-order requirement from >=0.5.4 to >=1.2.0 in /requirements#743
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/requirements/pytest-random-order-gte-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pytest-random-order to permit the latest version.

Changelog

Sourced from pytest-random-order's changelog.

1.2.0 +++++

2025-06-22

  • Dropped support for EOL Python versions and added support for Python 3.13.
  • Fix [#58](https://github.com/jbasko/pytest-random-order/issues/58) <https://github.com/pytest-dev/pytest-random-order/issues/58>_: return in a finally block swallows exceptions and raises a warning in Python 3.14.

1.1.1 +++++

2024-01-20

  • Fixes #54 - AttributeError when cacheprovider plugin disabled. Thanks @​jhanm12

1.1.0 +++++

2022-12-03

1.0.4 +++++

2018-11-30

  • Fixes issues with doctests reported in #36 - class, package and module didn't work because DoctestItem doesn't have cls or module attributes. Thanks @​tobywf.
  • Deprecate none bucket type. Update: this was a mistake, it will be kept for backwards compatibility.
  • With tox, run tests of pytest-random-order with both pytest 3 and 4.

1.0.3 +++++

2018-11-16

  • Fixes compatibility issues with pytest 4.0.0, works with pytest 3.0+ as before.
  • Tests included in the source distribution.

1.0.0 +++++

2018-10-20

  • Plugin no longer alters the test order by default. You will have to either 1) pass --random-order, or --random-order-bucket=<bucket>, or --random-order-seed=<seed>, or 2) edit your pytest configuration file and add one of these options

... (truncated)

Commits
  • 1bddb0f Fix RELEASING.rst instructions
  • 43803c8 Release 1.2.0
  • 754a8e4 Remove return from finally block (#60)
  • a8f09eb Fix setuptools-scm configuration
  • e898111 Remove return from finally block
  • 90a346f Modernize CI and configuration (#59)
  • 76c4d58 Merge pull request #57 from euri10/python_versions
  • 32f0ef7 ci: added 3.11 and 3.12
  • ac1369a Comment to guard against removing 'none' option as suggested in #40
  • 763f0f9 Fix error when cacheprovider plugin disabled or missing (#56)
  • 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 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)

Updates the requirements on [pytest-random-order](https://github.com/jbasko/pytest-random-order) to permit the latest version.
- [Release notes](https://github.com/jbasko/pytest-random-order/releases)
- [Changelog](https://github.com/pytest-dev/pytest-random-order/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-random-order@v0.5.4...v1.2.0)

---
updated-dependencies:
- dependency-name: pytest-random-order
  dependency-version: 1.2.0
  dependency-type: direct:production
...

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 Jul 22, 2026
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