From aecdc4b3f4fe3874658a1ad42accd773de8f9ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:30:42 +0000 Subject: [PATCH] Bump the production-dependencies group with 4 updates Bumps the production-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [idna](https://github.com/kjd/idna) and [rich](https://github.com/Textualize/rich). Updates `boto3` from 1.35.14 to 1.35.19 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.14...1.35.19) Updates `botocore` from 1.35.14 to 1.35.19 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.35.14...1.35.19) Updates `idna` from 3.8 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.8...v3.10) Updates `rich` from 13.8.0 to 13.8.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.8.0...v13.8.1) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 17addd6..b1382ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,9 +12,9 @@ aws-codeseeder==1.1.0 # via seed-farmer (setup.py) binaryornot==0.4.4 # via cookiecutter -boto3==1.35.14 +boto3==1.35.19 # via aws-codeseeder -botocore==1.35.14 +botocore==1.35.19 # via # boto3 # s3transfer @@ -53,7 +53,7 @@ humanfriendly==10.0 # coloredlogs # executor # property-manager -idna==3.8 +idna==3.10 # via requests jinja2==3.1.4 # via cookiecutter @@ -99,7 +99,7 @@ requests==2.32.3 # via # cookiecutter # seed-farmer (setup.py) -rich==13.8.0 +rich==13.8.1 # via # cookiecutter # seed-farmer (setup.py)