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 2 updates

Bumps the python-development group with 2 updates in the / directory: [ansible-lint](https://github.com/ansible/ansible-lint) and [pytest](https://github.com/pytest-dev/pytest).


Updates `ansible-lint` from 24.2.2 to 24.2.3
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v24.2.2...v24.2.3)

Updates `pytest` from 8.1.1 to 8.2.0
- [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.1.1...8.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 133a206 commit 1503286
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ python = "^3.12"
ansible = "^9.5.1"

[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "^24.2.1", markers = "platform_system != 'Windows'" }
ansible-lint = { version = "^24.2.3", markers = "platform_system != 'Windows'" }
molecule = "^24.2.0"
molecule-plugins = {extras = ["docker"], version = "^23.5.3"}
pre-commit = "^3.7.0"
pytest = "^8.1.1"
pytest = "^8.2.0"

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

0 comments on commit 1503286

Please sign in to comment.