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.2.0 to ~=1.3.1 #1379

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 Oct 7, 2024

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

Release notes

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

v1.3.1

Changes

  • Fix conflicting detection heuristics for Linux distributions. Closes #72.
  • Fix fetching of macOS version for releases without build number (like 15.0).

🐍 Available on PyPi.

Changelog

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

1.3.1 (2024-09-18)

  • Fix conflicting detection heuristics for Linux distributions. Closes #72.
  • Fix fetching of macOS version for releases without build number (like 15.0).

1.3.0 (2024-09-11)

  • Add detection of all versions of macOS and Windows. Closes #55.
  • Drop supports for Python 3.8.
  • Add is_<group_id> booleans to module root to test the membership of the current platform to that group.
  • Rename ALL_LINUX group to LINUX.
  • Rename ALL_WINDOWS group to ANY_WINDOWS.

1.2.1 (2024-09-04)

  • Fix changelog update.

1.2.0 (2024-08-24)

  • Add new LINUX_LIKE family that merge ALL_LINUX and LINUX_LAYERS groups.

1.1.1 (2024-08-21)

  • Run tests on ubuntu-24.04 and macos-12.
  • Add missing typed marker.

1.1.0 (2024-08-20)

  • Add documentation.
  • Expose all utilities at root level.
  • Split code.

1.0.2 (2024-08-19)

  • Re-release.

1.0.1 (2024-08-19)

  • Add pytest utilities.
  • Reorganize code.
  • Fix tests.

1.0.0 (2024-08-18)

  • First version as a stand alone package extracted from click-extra.
Commits
  • 6314c02 [changelog] Release v1.3.1
  • 751649e [autofix] Regenerate dependency graph
  • 17e7e45 Fix typing
  • ff85d48 Enumerate all other Linux distro
  • cbedb9e Fix extraction of macOS version without build number
  • 308ec75 Fix detection heuristics for Linux, closes #72
  • b4326c0 Add note on Python dependency
  • a7a10dc Bump peter-evans/create-pull-request from 7.0.1 to 7.0.3
  • eb2094f Sync lock file
  • ebf87dc Revert "Drop support for Python 3.9"
  • 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.2.0...v1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the 📦 dependencies Update of dependencies label Oct 7, 2024
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