From 3122d9bf1c72df8554b4b156d866450320bdf268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:27:58 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 3 updates Updates the requirements on [ansible](https://github.com/ansible-community/ansible-build-data), [cryptography](https://github.com/pyca/cryptography) and [jinja2](https://github.com/pallets/jinja) to permit the latest version. Updates `ansible` to 11.2.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/5.2.0...11.2.0) Updates `cryptography` to 44.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.1...44.0.0) Updates `jinja2` to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.5) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- test/integration/requirements.txt | 4 ++-- test/operator/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/requirements.txt b/test/integration/requirements.txt index 6b3ca1db9..ffbc9de01 100644 --- a/test/integration/requirements.txt +++ b/test/integration/requirements.txt @@ -1,5 +1,5 @@ -ansible >= 5.2.0, <6.0.0 +ansible >= 5.2.0, < 12.0.0 jmespath >=0.10.0, <0.11.0 -cryptography ~=36.0.1 +cryptography ~=44.0.0 kubernetes >=21.7.0, <22.0.0 requests-oauthlib >=1.3.0, <2.0.0 diff --git a/test/operator/requirements.txt b/test/operator/requirements.txt index f50ab330b..db8798fc8 100644 --- a/test/operator/requirements.txt +++ b/test/operator/requirements.txt @@ -1,3 +1,3 @@ PyYAML ~= 6.0 -Jinja2 ~= 3.0.3 +Jinja2 ~= 3.1.5 packaging ~= 21.3