aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-21 03:02:05 +0000
committerGravatar jchristgit <[email protected]>2023-08-21 10:33:23 +0200
commit997f040440d6333c3be0f3a68175f859f0b40480 (patch)
tree39ea1101503bd9f73867cc329baa96ac3189d862 /pyproject.toml
parentAdd useful links to meeting note template (diff)
Bump ansible from 8.2.0 to 8.3.0
Bumps [ansible](https://github.com/ansible/ansible) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/commits) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
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 f9521e3..54ccdbe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ ruff = "0.0.284"
taskipy = "1.12.0"
[tool.poetry.group.ansible.dependencies]
-ansible = "8.2.0"
+ansible = "8.3.0"
ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" }
dnspython = "2.4.2"