Skip to content

Commit

Permalink
fix(deps): update configuration management dependencies (#30)
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] authored Dec 2, 2024
1 parent d49b5b3 commit d8ae3b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 @@ -9,7 +9,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
ansible = "^10.0.0"
ansible = "^11.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: ">=9.5.0,<9.6.0"
version: ">=10.0.1,<10.1.0"

0 comments on commit d8ae3b3

Please sign in to comment.