Skip to content

Commit

Permalink
chore(deps-dev): bump the python-development group across 1 directory…
Browse files Browse the repository at this point in the history
… with 3 updates

Bumps the python-development group with 3 updates in the / directory: [molecule](https://github.com/ansible-community/molecule), [molecule-plugins](https://github.com/ansible-community/molecule-plugins) and [pytest](https://github.com/pytest-dev/pytest).


Updates `molecule` from 24.9.0 to 24.12.0
- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](ansible/molecule@v24.9.0...v24.12.0)

Updates `molecule-plugins` from 23.5.3 to 23.6.0
- [Release notes](https://github.com/ansible-community/molecule-plugins/releases)
- [Commits](ansible-community/molecule-plugins@v23.5.3...v23.6.0)

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

---
updated-dependencies:
- dependency-name: molecule
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-development
- dependency-name: molecule-plugins
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-development
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent d769661 commit 579cfd5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
29 changes: 15 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ ansible = "^9.12.0"

[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "^24.7.0", markers = "platform_system != 'Windows'" }
molecule = "^24.9.0"
molecule-plugins = {extras = ["docker"], version = "^23.5.3"}
molecule = "^24.12.0"
molecule-plugins = {extras = ["docker"], version = "^23.6.0"}
pre-commit = "^4.0.1"
pytest = "^8.3.3"
pytest = "^8.3.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 579cfd5

Please sign in to comment.