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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/requirements/pytest-random-order-gte-1.2.0 branch from d419b96 to 04b905e Compare August 5, 2026 20:57
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 force-pushed the dependabot/pip/requirements/pytest-random-order-gte-1.2.0 branch from 04b905e to 1daa79f Compare August 6, 2026 20:07
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