From 1e1c480dd345c4aee7eb2625ffb2475320b165da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:12:42 +0000 Subject: [PATCH] Bump the all-dependencies group in /_common with 2 updates Updates the requirements on [tox](https://github.com/tox-dev/tox) and [boto3](https://github.com/boto/boto3) to permit the latest version. Updates `tox` to 4.12.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.11.0...4.12.0) Updates `boto3` from 1.34.14 to 1.34.19 - [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.14...1.34.19) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production dependency-group: all-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- _common/requirements-build.txt | 2 +- _common/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_common/requirements-build.txt b/_common/requirements-build.txt index 453af69e..6fb776f6 100644 --- a/_common/requirements-build.txt +++ b/_common/requirements-build.txt @@ -2,4 +2,4 @@ setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability logilab-common~=2.0 pypandoc==1.12 -tox~=4.11 +tox~=4.12 diff --git a/_common/setup.py b/_common/setup.py index eb931103..ee7fa201 100644 --- a/_common/setup.py +++ b/_common/setup.py @@ -11,7 +11,7 @@ __uri__ = "https://github.com/kyhau/aws-tools/" __requirements__ = [ - "boto3==1.34.14", + "boto3==1.34.19", "click==8.1.7", "docker==7.0.0", "InquirerPy==0.3.4",