aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-29 09:59:24 +0000
committerGravatar GitHub <[email protected]>2023-11-29 09:59:24 +0000
commitb9b8639f44c55c680bf47591c2ff561ff2c565a3 (patch)
treecbf267276e8271e7d4d5c479c7bbfc9afb82126c
parentBump cryptography from 41.0.4 to 41.0.6 (diff)
Bump ansible from 8.6.1 to 9.0.1 (#161)
Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 8.6.1 to 9.0.1. - [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/8.6.1...9.0.1) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock20
-rw-r--r--pyproject.toml2
2 files changed, 11 insertions, 11 deletions
diff --git a/poetry.lock b/poetry.lock
index 0146649..e31276b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2,17 +2,17 @@
[[package]]
name = "ansible"
-version = "8.6.1"
+version = "9.0.1"
description = "Radically simple IT automation"
optional = false
-python-versions = ">=3.9"
+python-versions = ">=3.10"
files = [
- {file = "ansible-8.6.1-py3-none-any.whl", hash = "sha256:222735c32d2d2749f207e55ef740638bb97c7aaaa8b63bb7c7592d447da47584"},
- {file = "ansible-8.6.1.tar.gz", hash = "sha256:18b397580c1f05ce5de1fe238508dd81218d278667956d2f7709320176c3ed4a"},
+ {file = "ansible-9.0.1-py3-none-any.whl", hash = "sha256:4e758da22ff7a95ed2ab30cef12860407be68f65527af66a5b828739f634415a"},
+ {file = "ansible-9.0.1.tar.gz", hash = "sha256:cc06c251f142837cf540b7977724596a94f3d0fe9da9619175e9de6539cd0705"},
]
[package.dependencies]
-ansible-core = ">=2.15.6,<2.16.0"
+ansible-core = ">=2.16.0,<2.17.0"
[[package]]
name = "ansible-compat"
@@ -38,13 +38,13 @@ test = ["coverage", "pip-tools", "pytest (>=7.2.0)", "pytest-mock", "pytest-plus
[[package]]
name = "ansible-core"
-version = "2.15.6"
+version = "2.16.0"
description = "Radically simple IT automation"
optional = false
-python-versions = ">=3.9"
+python-versions = ">=3.10"
files = [
- {file = "ansible-core-2.15.6.tar.gz", hash = "sha256:351278fb8685fec1d645e2ddcfdca0c73456ff1db06426b86b6dd53774f7d7ba"},
- {file = "ansible_core-2.15.6-py3-none-any.whl", hash = "sha256:fab3a5994482991274cae17500ca852007dbd76f564418f172f07cb00edbb293"},
+ {file = "ansible-core-2.16.0.tar.gz", hash = "sha256:b4a6c60fbc2f51e3ae68ec733c931ef957a04d7c8c92aa39242990b0f8adf149"},
+ {file = "ansible_core-2.16.0-py3-none-any.whl", hash = "sha256:6b4870ac65b708953e1509b8ccca669731a17d2beadabd8208c9f90d189058ca"},
]
[package.dependencies]
@@ -1249,4 +1249,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "e837e3914db3f1191e968d22aed38707c28386f7bf80875715d0bd43f584eb12"
+content-hash = "07e749004e05337af177cce14bc9512174f8bc1552f7f82c48f2d4840e8e3ee4"
diff --git a/pyproject.toml b/pyproject.toml
index b78d659..0acd6fa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ ruff = "0.1.6"
taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]
-ansible = "8.6.1"
+ansible = "9.0.1"
ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" }
dnspython = "2.4.2"