Skip to content

Commit

Permalink
Update pytest-randomly requirement from ~=3.15.0 to ~=3.16.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-randomly@3.15.0...3.16.0)

---
updated-dependencies:
- dependency-name: pytest-randomly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kdeldycke committed Oct 29, 2024
1 parent 0473d46 commit d2c1c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test = [
"pytest-cov ~= 5.0.0",
"pytest-github-actions-annotate-failures ~= 0.2.0",
"pytest-httpserver ~= 1.1.0",
"pytest-randomly ~= 3.15.0",
"pytest-randomly ~= 3.16.0",
]
typing = [
"types-Pygments ~= 2.18.0.20240506",
Expand Down

0 comments on commit d2c1c7a

Please sign in to comment.