From 23923bc0e938fa639283cbaaee36b4276e96b557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:58:11 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore) and [hvac](https://github.com/hvac/hvac). Updates `boto3` from 1.34.128 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.34.128...1.34.132) Updates `botocore` from 1.34.128 to 1.34.132 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.128...1.34.132) Updates `hvac` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/hvac/hvac/releases) - [Changelog](https://github.com/hvac/hvac/blob/main/CHANGELOG.md) - [Commits](https://github.com/hvac/hvac/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: hvac dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements-aws.txt | 4 ++-- requirements-vault.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-aws.txt b/requirements-aws.txt index a55a0117..d0b0f786 100644 --- a/requirements-aws.txt +++ b/requirements-aws.txt @@ -1,2 +1,2 @@ -boto3==1.34.128 -botocore==1.34.128 +boto3==1.34.132 +botocore==1.34.132 diff --git a/requirements-vault.txt b/requirements-vault.txt index 02fd35df..55a6db4e 100644 --- a/requirements-vault.txt +++ b/requirements-vault.txt @@ -1 +1 @@ -hvac==2.2.0 +hvac==2.3.0