Skip to content

chore(deps): bump the testing group with 4 updates#65

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/testing-b6f7577904
Open

chore(deps): bump the testing group with 4 updates#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/testing-b6f7577904

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Updates the requirements on molecule, molecule-plugins, pytest and pytest-testinfra to permit the latest version.
Updates molecule to 26.4.0

Release notes

Sourced from molecule's releases.

v26.4.0

Fixes

Maintenance

Commits

Updates molecule-plugins to 25.8.12

Release notes

Sourced from molecule-plugins's releases.

v25.8.12

Bugfixes

Maintenance

  • Fix CI with newest molecule (#303) @​apatard
  • Calver versioning vYY.MM.DD.
Commits
  • 9dfa726 Update README.md
  • 126e95b Fix ansible-core 2.19 issues (#324)
  • 1a52b71 Fix CI with newest molecule (#303)
  • 980db38 .github/workflows/release.yml: Fix release
  • 613b885 Moving cleaning up molecule_instance_config tasks to the of the block, becaus...
  • d511fe6 [Molecule v25.1.0] Replace util.run_command() with get_app(Path()).run_command()
  • 3252e87 Update cert-tofu to cert:tofu
  • eab00ef Openstack add public IP options (#263)
  • a372bd3 bug: missing until for retry in gce plugin (#288)
  • 35fbde7 Vagrant: Reducing whitespace in Vagrantfile (#289)
  • Additional commits viewable in compare view

Updates pytest to 9.0.3

Release notes

Sourced from pytest's releases.

9.0.3

pytest 9.0.3 (2026-04-07)

Bug fixes

  • #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order to compare them.

  • #13634: Blocking a conftest.py file using the -p no: option is now explicitly disallowed.

    Previously this resulted in an internal assertion failure during plugin loading.

    Pytest now raises a clear UsageError explaining that conftest files are not plugins and cannot be disabled via -p.

  • #13734: Fixed crash when a test raises an exceptiongroup with __tracebackhide__ = True.

  • #14195: Fixed an issue where non-string messages passed to unittest.TestCase.subTest() were not printed.

  • #14343: Fixed use of insecure temporary directory (CVE-2025-71176).

Improved documentation

  • #13388: Clarified documentation for -p vs PYTEST_PLUGINS plugin loading and fixed an incorrect -p example.
  • #13731: Clarified that capture fixtures (e.g. capsys and capfd) take precedence over the -s / --capture=no command-line options in Accessing captured output from a test function <accessing-captured-output>.
  • #14088: Clarified that the default pytest_collection hook sets session.items before it calls pytest_collection_finish, not after.
  • #14255: TOML integer log levels must be quoted: Updating reference documentation.

Contributor-facing changes

  • #12689: The test reports are now published to Codecov from GitHub Actions. The test statistics is visible on the web interface.

    -- by aleguy02

Commits

Updates pytest-testinfra to 10.2.2

Release notes

Sourced from pytest-testinfra's releases.

v10.2.2

What's Changed

Full Changelog: pytest-dev/pytest-testinfra@10.2.1...10.2.2

Changelog

Sourced from pytest-testinfra's changelog.

10.2.2

  • [FIX] Include files required to run tests in sdist

10.2.1

  • [FIX] Fix releasing to pypi

10.2.0

  • [NEW] Query all usernames and group names
  • [FIX] Prevent Paramiko deadlock when test sends more than 2MB to stdout
  • [FIX] Follow changes in ansible shell module
  • [FIX] Add 4 to the expected exit code when running "systemctl is-active"
  • [FIX] Fix KeyError in MountPoint.repr() if mount does not exist
  • [DOC] Use pytest command instead of py.test
  • [DOC] Extend backend documentation with a general host spec section
  • [MISC] Also run lint for py 3.12 and 3.13
  • [MISC] Switch packaging to use hatchling
  • [MISC] Drop unused extra "args" argument to run_winrm()
  • [MISC] Use ruff format instead of black/isort
  • [MISC] Use ruff instead of flake8
  • [MISC] Use f-string instead of str.format()
  • [MISC] Use builtin dict, list and tuple for typing
  • [MISC] Use python 3.11 during tests
  • [MISC] Fix salt tests
  • [MISC] Fix tests failing due to expiration date passed
  • [MISC] Remove crypt lib from testing

10.1.1

  • [FIX] Add check for the existence of ssh control path directory
  • [FIX] Handle is_installed for rpm package when rpm database is corrupted
  • [FIX] Fix service.exists

10.1.0

  • [NEW] Add Interface.link property
  • [FIX] Make file properties follow symlinks
  • [FIX] Require pytest>=6 and use future annotations for pytest<7 compatibility

10.0.0

  • [FIX] Ansible: Fix for missing group names in get_variables()

... (truncated)

Commits
  • 120da73 Update changelog for v10.2.2
  • 5c2da6e Include files required to run tests in sdist
  • 83643ca Add changelog for 10.2.1
  • 5c81fcf Atempt to fix gh workflow to publish to pypi
  • c0dc468 Add Changelog for 10.2.0
  • f16fe47 Use pytest command instead of py.test
  • dcc694c Also run lint for py 3.12 and 3.13
  • cac040d Switch packaging to use hatchling
  • 4567a63 Drop unused extra "args" argument to run_winrm()
  • d45b633 Use ruff format instead of black/isort
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [molecule](https://github.com/ansible-community/molecule), [molecule-plugins](https://github.com/ansible-community/molecule-plugins), [pytest](https://github.com/pytest-dev/pytest) and [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) to permit the latest version.

Updates `molecule` to 26.4.0
- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](ansible/molecule@v6.0.0...v26.4.0)

Updates `molecule-plugins` to 25.8.12
- [Release notes](https://github.com/ansible-community/molecule-plugins/releases)
- [Commits](ansible-community/molecule-plugins@v23.5.0...v25.8.12)

Updates `pytest` to 9.0.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...9.0.3)

Updates `pytest-testinfra` to 10.2.2
- [Release notes](https://github.com/pytest-dev/pytest-testinfra/releases)
- [Changelog](https://github.com/pytest-dev/pytest-testinfra/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-testinfra@10.0.0...10.2.2)

---
updated-dependencies:
- dependency-name: molecule
  dependency-version: 26.4.0
  dependency-type: direct:production
  dependency-group: testing
- dependency-name: molecule-plugins
  dependency-version: 25.8.12
  dependency-type: direct:production
  dependency-group: testing
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:production
  dependency-group: testing
- dependency-name: pytest-testinfra
  dependency-version: 10.2.2
  dependency-type: direct:production
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the security label Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants