Skip to content

Commit

Permalink
Refactor molecule plugin dependencies (#45)
Browse files Browse the repository at this point in the history
* Refactor molecule plugin dependencies

* Bump collection release
  • Loading branch information
teddyphreak authored Feb 27, 2024
1 parent 20940ae commit e45709e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: nephelaiio
name: mongodb
version: 0.2.13
version: 0.2.14
readme: README.md
authors:
- Ted Cook <[email protected]>
Expand Down
30 changes: 16 additions & 14 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 @@ -16,7 +16,7 @@ molecule = "^6.0.2"
ansible-lint = { version = "^6.20.3", markers = "platform_system != 'Windows'" }
libvirt-python = "^9.10.0"
lxml = "^5.1.0"
molecule-docker = "^2.1.0"
molecule-plugins = {extras = ["docker"], version = "^23.5.3"}

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

0 comments on commit e45709e

Please sign in to comment.