From 958c2085e42b31e959c74405a995a7ee295f6fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 22:40:50 +0000 Subject: [PATCH] build(deps-dev): bump the pip group with 2 updates Bumps the pip group with 2 updates: [boto3](https://github.com/boto/boto3) and [importlib-resources](https://github.com/python/importlib_resources). Updates `boto3` from 1.34.59 to 1.34.69 - [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.59...1.34.69) Updates `importlib-resources` from 6.1.3 to 6.4.0 - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_resources/compare/v6.1.3...v6.4.0) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91ce07b..5b65087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ keywords = ["AWS", "EC2", "command line", "cli"] classifiers = ["License :: OSI Approved :: MIT License"] requires-python = ">=3.8" dependencies = [ - "boto3==1.34.59", - "importlib_resources==6.1.3", + "boto3==1.34.69", + "importlib_resources==6.4.0", "pytoml==0.1.21", "pytz==2024.1", "requests==2.31.0",