Skip to content
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

Update extra-platforms[pytest] requirement from ~=1.6.0 to ~=3.1.0 #1481

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 Mar 4, 2025

Updates the requirements on extra-platforms[pytest] to permit the latest version.

Changelog

Sourced from extra-platforms[pytest]'s changelog.

3.1.0 (2025-03-04)

  • Allow platform ID membership test on groups.
  • Add items() method to Group.
  • Allow None values in nested references to platforms and groups.
  • Keep initial order of data from platforms_from_ids() and groups_from_ids() results.
  • Allow arbitrary arguments number in Group._extract_platforms().

3.0.0 (2025-03-02)

  • Allow set operations to resolve group and Platform IDs.
  • Make resolution of platform and group IDs case-insensitive.
  • Only runs website tests on Linux to prevent DOSing them.
  • Drop supports for Python 3.10.
  • Remove tomli dependency.

2.1.0 (2025-02-20)

  • Add new platforms_from_ids and groups_from_ids methods to retrieve platforms and groups from a collection of IDs.
  • Allow a platform to be fetched by its ID from a group with the group[platform_id] item getter syntax.
  • Add new ALL_PLATFORM_IDS, ALL_GROUP_IDS and ALL_IDS constants.
  • Removes ALL_OS_LABELS.
  • Add windows-2025 to the test matrix.
  • Mark Python 3.14 tests as stable.

2.0.0 (2024-12-27)

  • Add support for Nobara detection.
  • Fix current_os() to always return a single platform. Closes #158.
  • Add new current_platforms() method to return all platforms matching the current environment.
  • Generate a pair of Pytest @skip_<id>/@unless_<id> decorators for each platform and group.
  • Change all group membership check utilities to be functions instead of variables. You now have to call is_<group_id>() instead of is_<group_id>.
  • Cache the result of is_<group_id>() group membership check utilities.
  • Do not call all detection heuristics on module import. Instead, call them lazily when needed.
  • Make URLs required on all platforms.
  • Invite users in error messages and logs to contribute back edge-cases to improve detection heuristics.
  • Upload test results to coverage.

1.7.0 (2024-12-02)

  • Display the hierarchy of non-overlapping groups as a mindmap.
  • Add URL on all platforms.
  • Add support for openSUSE Tumbleweed detection. Closes #133.
  • Do not allow icons on platforms and groups to be empty.
  • Run tests in parallel to speed up CI.

1.6.0 (2024-11-11)

  • Add a new copy() method to Group.
  • New target_pool parameter on reduce method let you specify the subset of groups to reduce platforms to.

... (truncated)

Commits
  • 9b79c2c [changelog] Release v3.1.0
  • 266f19e Reduce website test to Python 3.13 target
  • b8c3ebe Add missing changelog entries
  • 670f9b7 Sync lock file
  • 9e6351b Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8
  • 7fe6ce4 [changelog] Bump minor version to v3.1.0
  • 0ee05be Test platform extraction
  • b5ffdec Add some syntactic sugar to group objects
  • 32d5806 Rename types
  • a0ef2ba Tweak messages
  • 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 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)

Updates the requirements on [extra-platforms[pytest]](https://github.com/kdeldycke/extra-platforms) to permit the latest version.
- [Release notes](https://github.com/kdeldycke/extra-platforms/releases)
- [Changelog](https://github.com/kdeldycke/extra-platforms/blob/main/changelog.md)
- [Commits](kdeldycke/extra-platforms@v1.6.0...v3.1.0)

---
updated-dependencies:
- dependency-name: extra-platforms[pytest]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant