Skip to content

Commit

Permalink
fix(deps): update configuration management dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent da1b47f commit 6077d8e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 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 = "^8.3.0"
ansible = "^9.0.0"
oci-cli = "^3.31.0"
ansible-lint = { version = "^6.17.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
@@ -1,3 +1,3 @@
collections:
- name: community.general
version: ">=7.0.0,<8.0.0"
version: ">=8.0.2,<8.1.0"

0 comments on commit 6077d8e

Please sign in to comment.