Skip to content

Commit

Permalink
fix(deps): update python non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent a01cd15 commit 2d340eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
ansible-core = "2.17.6"
ansible-core = "2.18.0"
jmespath = "1.0.1"
kubernetes = "31.0.0"

[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "24.9.2", markers = "platform_system != 'Windows'" }
ansible-lint = { version = "24.10.0", markers = "platform_system != 'Windows'" }
docker = "7.1.0"
molecule = "24.9.0"
molecule-plugins = {version = "23.5.3", extras = ["docker"]}
Expand Down

0 comments on commit 2d340eb

Please sign in to comment.