From 660b94e30dae44dcfa1074e88766dcfc74fb7bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:41:27 +0200 Subject: [PATCH] Bump the pip group with 3 updates (#64) Bumps the pip group with 3 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore) and [charset-normalizer](https://github.com/jawah/charset_normalizer). Updates `boto3` from 1.35.87 to 1.35.90 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.87...1.35.90) Updates `botocore` from 1.35.87 to 1.35.90 - [Commits](https://github.com/boto/botocore/compare/1.35.87...1.35.90) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 83925f35..22a33d54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ awslambdaric==3.0.0 -boto3==1.35.87 -botocore==1.35.87 +boto3==1.35.90 +botocore==1.35.90 certifi==2024.12.14 chardet==5.2.0 -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 datadog==0.50.2 decorator==5.1.1 idna==3.10