phansch / dotfiles

Useful dotfiles for Alacritty, tmux, vim, git, zsh and more | Tested daily on CI
MIT License
11 stars 1 forks source link

build(deps): bump pytest-testinfra from 6.4.0 to 7.0.0 #273

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps pytest-testinfra from 6.4.0 to 7.0.0.

Release notes

Sourced from pytest-testinfra's releases.

v7.0.0

Changes since v6.8.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

Changes since v6.7.0:

  • [NEW] Add support for AlmaLinux and RockyLinux

v6.7.0

Changes since v6.6.0

  • [NEW] Handle ansible_connection type community.docker.docker
  • [NEW] add ssh_extra_args option

v6.6.0

Changes since v6.5.0

  • [NEW] Allow to test for user password expiration
  • [NEW] Handle ANSIBLE_SSH_COMMON_ARGS and ANSIBLE_SSH_EXTRA_ARGS environment variables for ansible connections
  • [FIX] Fix encoding issue in salt connections
  • [FIX] Fix AttributeError when "command" is not available and fallback to "which"

v6.5.0

Changes since v6.4.0:

  • Fallback to which when "command -v" fails
  • Use realpath by default to resolve symlinks instead of "readlink -f"
  • ansible: Support environment variables
  • Force package module to resolve to RpmPackage on Fedora
  • Fix new versions of supervisor may exit with status != 0
  • Eventually decode ansible output when it's not ascii
  • Either use python3 or python to get remote encoding
Changelog

Sourced from pytest-testinfra's changelog.

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

6.8.0

  • [NEW] Add support for AlmaLinux and RockyLinux

6.7.0

  • [NEW] Handle ansible_connection type community.docker.docker
  • [NEW] add ssh_extra_args option

6.6.0

  • [NEW] Allow to test for user password expiration
  • [NEW] Handle ANSIBLE_SSH_COMMON_ARGS and ANSIBLE_SSH_EXTRA_ARGS environment variables for ansible connections
  • [FIX] Fix encoding issue in salt connections
  • [FIX] Fix AttributeError when "command" is not available and fallback to "which"

6.5.0

  • Fallback to which when "command -v" fails
  • Use realpath by default to resolve symlinks instead of "readlink -f"
  • ansible: Support environment variables
  • Force package module to resolve to RpmPackage on Fedora
  • Fix new versions of supervisor may exit with status != 0
  • Eventually decode ansible output when it's not ascii
  • Either use python3 or python to get remote encoding
Commits
  • 351e8c6 Update Changelog for v7.0.0
  • aae13bd Improved ssh config support in Paramiko backend
  • 30acc8a add chroot support
  • 53321ac Add support for Manjaro-Linux
  • be86b88 Drop support for python 3.6 which is EOL
  • ae4da95 Fix mypy error: Only instance methods can be decorated with @​property
  • 5cec4d8 Drop useless use of abc.ABCMeta
  • 7e08337 Adding Cloudlinux to package.py
  • cb71e1b Update changelog for v6.8.0
  • 395c641 Adding AlmaLinux and Rocky to package.py
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
phansch commented 9 months ago

@dependabot rebase

dependabot[bot] commented 9 months ago

Superseded by #294.