aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 12:28:50 +0000
committerGravatar GitHub <[email protected]>2024-03-04 12:28:50 +0000
commit01eca8f742fb7cb099ac323281939a9d4ff1aa13 (patch)
tree2755d0501b73aac421af05c5a69799b674f0fe25 /pyproject.toml
parentBump ruff from 0.2.2 to 0.3.0 (#187) (diff)
Bump ansible from 9.2.0 to 9.3.0 (#188)
Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 9.2.0 to 9.3.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/9.2.0...9.3.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a44571c..12e17d6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ ruff = "0.3.0"
taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]
-ansible = "9.2.0"
+ansible = "9.3.0"
ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" }
dnspython = "2.5.0"