Skip to content

Commit

Permalink
fix(deps): update configuration management dependencies (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 8, 2024
1 parent 6567f63 commit c2faa14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
ansible = "^9.0.0"
ansible = "^10.0.0"
oci-cli = "^3.31.0"
ansible-lint = { version = "^24.0.0", markers = "platform_system != 'Windows'" }

Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ roles:

collections:
- name: community.general
version: ">=8.6.0,<8.7.0"
version: ">=9.0.1,<9.1.0"

0 comments on commit c2faa14

Please sign in to comment.