Skip to content

Commit

Permalink
chore(deps): update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 044b285 commit a36d533
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 48 deletions.
88 changes: 46 additions & 42 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ ansible-core = "^2.18.0"
galaxy-update = "^0.0.1"

[tool.poetry.group.lint.dependencies]
ansible-lint = { version = "^24.10.0", markers = "platform_system != 'Windows'" }
ansible-lint = { version = "^24.12.2", markers = "platform_system != 'Windows'" }
mypy = "^1.13.0"
poethepoet = "^0.30.0"
ruff = "^0.7.4"
poethepoet = "^0.31.1"
ruff = "^0.8.3"

[tool.poetry.group.test.dependencies]
molecule = "^24.9.0"
molecule = "^24.12.0"
molecule-plugins = { version = "^23.5.3", extras = ["docker", "vagrant"] }
pytest = "^8.3.3"
pytest-ansible = "^24.9.0"
pytest = "^8.3.4"
pytest-ansible = "^24.12.0"

[tool.poe.tasks]
mypy = "mypy ."
Expand Down

0 comments on commit a36d533

Please sign in to comment.