nolte / ansible-role-mcrcon

Ansible Role for install Minecraft Rcon tool.
https://nolte.github.io/ansible-role-mcrcon
0 stars 1 forks source link

Update dependency pytest-testinfra to v10 #87

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-testinfra ==6.6.0 -> ==10.0.0 age adoption passing confidence

Release Notes

pytest-dev/pytest-testinfra (pytest-testinfra) ### [`v10.0.0`](https://togithub.com/pytest-dev/pytest-testinfra/releases/tag/10.0.0) [Compare Source](https://togithub.com/pytest-dev/pytest-testinfra/compare/9.0.0...10.0.0) #### What's Changed - \[FIX] Fix output of error message by [@​CarstenGrohmann](https://togithub.com/CarstenGrohmann) in [https://github.com/pytest-dev/pytest-testinfra/pull/726](https://togithub.com/pytest-dev/pytest-testinfra/pull/726) - \[FIX] Ansible: Fix for missing group names in get_variables() by [@​marcandre-larochelle-bell](https://togithub.com/marcandre-larochelle-bell) in [https://github.com/pytest-dev/pytest-testinfra/pull/724](https://togithub.com/pytest-dev/pytest-testinfra/pull/724) - \[FIX] testinfra/modules/blockdevice: Don't fail on stderr by [@​BenoitKnecht](https://togithub.com/BenoitKnecht) in [https://github.com/pytest-dev/pytest-testinfra/pull/745](https://togithub.com/pytest-dev/pytest-testinfra/pull/745) - \[DOC] Extend and show the documentation of CommandResult by [@​CarstenGrohmann](https://togithub.com/CarstenGrohmann) in [https://github.com/pytest-dev/pytest-testinfra/pull/742](https://togithub.com/pytest-dev/pytest-testinfra/pull/742) - \[FIX] Extend list of valid suffixes for systemd units by [@​CarstenGrohmann](https://togithub.com/CarstenGrohmann) in [https://github.com/pytest-dev/pytest-testinfra/pull/740](https://togithub.com/pytest-dev/pytest-testinfra/pull/740) - \[DOC] Add missing Environment doc section by [@​amaslenn](https://togithub.com/amaslenn) in [https://github.com/pytest-dev/pytest-testinfra/pull/739](https://togithub.com/pytest-dev/pytest-testinfra/pull/739) - \[MISC] Define types for plugin.py by [@​amaslenn](https://togithub.com/amaslenn) in [https://github.com/pytest-dev/pytest-testinfra/pull/738](https://togithub.com/pytest-dev/pytest-testinfra/pull/738) - \[MISC] Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pytest-dev/pytest-testinfra/pull/734](https://togithub.com/pytest-dev/pytest-testinfra/pull/734) - \[FIX] Missing RHEL distribution in package module by [@​700grm](https://togithub.com/700grm) in [https://github.com/pytest-dev/pytest-testinfra/pull/731](https://togithub.com/pytest-dev/pytest-testinfra/pull/731) - \[NEW] feat(package): brew support by [@​soof-golan](https://togithub.com/soof-golan) in [https://github.com/pytest-dev/pytest-testinfra/pull/743](https://togithub.com/pytest-dev/pytest-testinfra/pull/743) - \[NEW] Add Service.exists by [@​CarstenGrohmann](https://togithub.com/CarstenGrohmann) in [https://github.com/pytest-dev/pytest-testinfra/pull/741](https://togithub.com/pytest-dev/pytest-testinfra/pull/741) - \[MISC] Make CommandResult a dataclass by [@​amaslenn](https://togithub.com/amaslenn) in [https://github.com/pytest-dev/pytest-testinfra/pull/722](https://togithub.com/pytest-dev/pytest-testinfra/pull/722) #### New Contributors - [@​marcandre-larochelle-bell](https://togithub.com/marcandre-larochelle-bell) made their first contribution in [https://github.com/pytest-dev/pytest-testinfra/pull/724](https://togithub.com/pytest-dev/pytest-testinfra/pull/724) - [@​700grm](https://togithub.com/700grm) made their first contribution in [https://github.com/pytest-dev/pytest-testinfra/pull/731](https://togithub.com/pytest-dev/pytest-testinfra/pull/731) - [@​soof-golan](https://togithub.com/soof-golan) made their first contribution in [https://github.com/pytest-dev/pytest-testinfra/pull/743](https://togithub.com/pytest-dev/pytest-testinfra/pull/743) **Full Changelog**: https://github.com/pytest-dev/pytest-testinfra/compare/9.0.0...10.0.0 ### [`v9.0.0`](https://togithub.com/pytest-dev/pytest-testinfra/blob/HEAD/CHANGELOG.rst#900) [Compare Source](https://togithub.com/pytest-dev/pytest-testinfra/compare/8.1.0...9.0.0) \===== - \[BREAKING] pytest-testinfra now require python >= 3.9 - \[BREAKING] Drop deprecated module PipPackage - \[NEW] Add support for the SSH ControlPath connection sharing option ([#​713](https://togithub.com/pytest-dev/pytest-testinfra/issues/713)) - \[FIX] Retry SSH on ConnectionResetError ([#​708](https://togithub.com/pytest-dev/pytest-testinfra/issues/708)) - \[FIX] List openSUSE Leap and Tumbleweed explicitly as rpm based distributions - \[FIX] Make group name mandatory in group module ### [`v8.1.0`](https://togithub.com/pytest-dev/pytest-testinfra/blob/HEAD/CHANGELOG.rst#810) [Compare Source](https://togithub.com/pytest-dev/pytest-testinfra/compare/8.0.0...8.1.0) \===== - \[NEW] Add Windows support for File and Service modules - \[NEW] Add File.is_executable property ### [`v8.0.0`](https://togithub.com/pytest-dev/pytest-testinfra/blob/HEAD/CHANGELOG.rst#800) [Compare Source](https://togithub.com/pytest-dev/pytest-testinfra/compare/7.0.0...8.0.0) \===== - \[NEW] Add Group.members attribute - \[NEW] Add File.inode attribute - \[NEW] Add Interface.routes() method - \[NEW] Add Docker.is_restarting attribute - \[FIX] Fix possible error in Interface.default() - \[FIX] Fix busybox detection in Process module - \[FIX] Fix possible KeyError in SysInfo module - \[BREAKING] Drop support for python 3.7 ### [`v7.0.0`](https://togithub.com/pytest-dev/pytest-testinfra/blob/HEAD/CHANGELOG.rst#700) [Compare Source](https://togithub.com/pytest-dev/pytest-testinfra/compare/6.8.0...7.0.0) \===== - \[NEW] Improved ssh config support in Paramiko backend - \[NEW] Add chroot backend - \[NEW] Add support for Manjaro-Linux - \[NEW] Add support for Cloudlinux - \[BREAKING] Drop support for python 3.6 which is EOL ### [`v6.8.0`](https://togithub.com/pytest-dev/pytest-testinfra/blob/HEAD/CHANGELOG.rst#680) [Compare Source](https://togithub.com/pytest-dev/pytest-testinfra/compare/6.7.0...6.8.0) \===== - \[NEW] Add support for AlmaLinux and RockyLinux ### [`v6.7.0`](https://togithub.com/pytest-dev/pytest-testinfra/blob/HEAD/CHANGELOG.rst#670) [Compare Source](https://togithub.com/pytest-dev/pytest-testinfra/compare/6.6.0...6.7.0) \===== - \[NEW] Handle ansible_connection type community.docker.docker - \[NEW] add ssh_extra_args option

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 9 months ago

This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days

github-actions[bot] commented 8 months ago

This PR was automatically closed because of stale in 10 days

renovate[bot] commented 8 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.