From ed77588792a8773fb6c6d5fd276102593c14b32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:36:51 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 6 updates Bumps the python-packages group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ansible-builder](https://github.com/ansible/ansible-builder) | `3.0.0` | `3.1.0` | | [ansible-lint](https://github.com/ansible/ansible-lint) | `6.21.1` | `24.6.1` | | [ansible-navigator](https://github.com/ansible/ansible-navigator) | `3.5.0` | `24.3.2` | | [ansible-runner](https://github.com/ansible/ansible-runner) | `2.3.4` | `2.4.0` | | [boto3](https://github.com/boto/boto3) | `1.28.49` | `1.34.132` | | [botocore](https://github.com/boto/botocore) | `1.31.49` | `1.34.132` | Updates `ansible-builder` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/ansible/ansible-builder/releases) - [Commits](https://github.com/ansible/ansible-builder/compare/3.0.0...3.1.0) Updates `ansible-lint` from 6.21.1 to 24.6.1 - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v6.21.1...v24.6.1) Updates `ansible-navigator` from 3.5.0 to 24.3.2 - [Release notes](https://github.com/ansible/ansible-navigator/releases) - [Changelog](https://github.com/ansible/ansible-navigator/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansible/ansible-navigator/compare/v3.5.0...v24.3.2) Updates `ansible-runner` from 2.3.4 to 2.4.0 - [Release notes](https://github.com/ansible/ansible-runner/releases) - [Commits](https://github.com/ansible/ansible-runner/compare/2.3.4...2.4.0) Updates `boto3` from 1.28.49 to 1.34.132 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.49...1.34.132) Updates `botocore` from 1.31.49 to 1.34.132 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.31.49...1.34.132) --- updated-dependencies: - dependency-name: ansible-builder dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ansible-navigator dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ansible-runner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6788626..b67ee7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -ansible-builder==3.0.0 -ansible-lint==6.21.1 -ansible-navigator==3.5.0 -ansible-runner==2.3.4 -boto3==1.28.49 -botocore==1.31.49 +ansible-builder==3.1.0 +ansible-lint==24.6.1 +ansible-navigator==24.3.2 +ansible-runner==2.4.0 +boto3==1.34.132 +botocore==1.34.132 kubernetes>=28.0.0