From 8d959a452a147c195d99aa3a3693fcbb8d3a8d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 22:07:03 +0000 Subject: [PATCH] Bump ansible from 8.2.0 to 8.5.0 in the pip group Bumps the pip group with 1 update: [ansible](https://github.com/ansible-community/ansible-build-data). Updates `ansible` from 8.2.0 to 8.5.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/8.2.0...8.5.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c35466..fa94625 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,18 +1,18 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "ansible" -version = "8.2.0" +version = "8.5.0" description = "Radically simple IT automation" optional = false python-versions = ">=3.9" files = [ - {file = "ansible-8.2.0-py3-none-any.whl", hash = "sha256:4b0b4f301c9d42d39597d45fdd5c6844f4ae5beeb5c003659b9fc464246a14f5"}, - {file = "ansible-8.2.0.tar.gz", hash = "sha256:935a6921ffb034aa18e6507b49e401676cd15243d6faa5e05e221008bf725c97"}, + {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.2,<2.16.0" +ansible-core = ">=2.15.5,<2.16.0" [[package]] name = "ansible-core" @@ -370,4 +370,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "675dcd49f534e19c97739168766f278c5a0f523b7c4282326a6892913df3fb5c" +content-hash = "18610fdcd01e21cc256a202599e6150beaf6c4068bdd48c5a3d97c9808bc3491" diff --git a/pyproject.toml b/pyproject.toml index 7462dd0..394ef59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" ansible-core = ">=2.15.2,<2.16.0" -ansible = ">=8.2.0,<8.3.0" +ansible = ">=8.2.0,<8.6.0" beautifulsoup4 = "^4.12.3" cffi = "^1.16.0" cryptography = "^42.0.7"