Skip to content

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed May 31, 2024
1 parent 7a29411 commit b52d75a
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 25 deletions.
82 changes: 60 additions & 22 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ authors = ["nephelaiio"]
python = "^3.10"

[tool.poetry.group.dev.dependencies]
ansible = "^9.3.0"
ansible-lint = { version = "^24.5.0", markers = "platform_system != 'Windows'" }
ansible = "^9.6.0"
molecule = "^24.2.1"
netaddr = "^1.2.1"
netaddr = "^1.3.0"
kubernetes = "^29.0.0"
openshift = "^0.13.2"
github3-py = "^4.0.1"
jmespath = "^1.0.1"
ansible-lint = { version = "^24.2.0", markers = "platform_system != 'Windows'" }
yamllint = "^1.35.1"

[build-system]
Expand Down

0 comments on commit b52d75a

Please sign in to comment.