aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-16 02:06:40 +0000
committerGravatar jchristgit <[email protected]>2023-10-16 08:39:35 +0200
commit0fb5800f1758c0389c1372cfb0c4530fc946502f (patch)
tree22de71c18d9b52445d1924347d7087f9fabf1bfd
parentBump ruff from 0.0.291 to 0.0.292 (#150) (diff)
Bump ansible from 8.4.0 to 8.5.0
Bumps [ansible](https://github.com/ansible/ansible) from 8.4.0 to 8.5.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]>
-rw-r--r--poetry.lock16
-rw-r--r--pyproject.toml2
2 files changed, 9 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock
index b1bddc8..afa6248 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2,17 +2,17 @@
[[package]]
name = "ansible"
-version = "8.4.0"
+version = "8.5.0"
description = "Radically simple IT automation"
optional = false
python-versions = ">=3.9"
files = [
- {file = "ansible-8.4.0-py3-none-any.whl", hash = "sha256:d601d89a4306934e7c0aae05195fd72c0719287fde165982d0ebac282b4280f1"},
- {file = "ansible-8.4.0.tar.gz", hash = "sha256:f33c492690592fad12684e9897f6de2da15c9f6e1ecb79137703a06470af2ce6"},
+ {file = "ansible-8.5.0-py3-none-any.whl", hash = "sha256:2749032e26b0dbc9a694528b85fd89e7f950b8c7b53606f17dd997f23ac7cc88"},
+ {file = "ansible-8.5.0.tar.gz", hash = "sha256:327c509bdaf5cdb2489d85c09d2c107e9432f9874c8bb5c0702a731160915f2d"},
]
[package.dependencies]
-ansible-core = ">=2.15.4,<2.16.0"
+ansible-core = ">=2.15.5,<2.16.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.4"
+version = "2.15.5"
description = "Radically simple IT automation"
optional = false
python-versions = ">=3.9"
files = [
- {file = "ansible-core-2.15.4.tar.gz", hash = "sha256:c1a8aaede985f79e5932ba2163639379f7d8025bfd9b28378db1649a4ef541ed"},
- {file = "ansible_core-2.15.4-py3-none-any.whl", hash = "sha256:5c57089405406f3004e948127b518b65509e280d524f61f91cc6360303fc388b"},
+ {file = "ansible-core-2.15.5.tar.gz", hash = "sha256:8cc539cb8d4349af3ffd901c70722f7a7a203ae6427ddac95ffdf546a6e41602"},
+ {file = "ansible_core-2.15.5-py3-none-any.whl", hash = "sha256:3efa234de5fce79ec98853f3369535b27cacd7ce498495b996030cd15c373735"},
]
[package.dependencies]
@@ -1232,4 +1232,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "a7119c362b50a6660eddd173d8d4b39796f8a41c782500f271b607293b2f441f"
+content-hash = "8e7dc6a3dc2a27374a28585ce6e305624eef01163795cce2a2eb615b49499876"
diff --git a/pyproject.toml b/pyproject.toml
index a800291..9215ea0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ ruff = "0.0.292"
taskipy = "1.12.0"
[tool.poetry.group.ansible.dependencies]
-ansible = "8.4.0"
+ansible = "8.5.0"
ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" }
dnspython = "2.4.2"