From 88534f0bc8e61044d589c0f8b4133374e8452921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:39:45 +0000 Subject: [PATCH 1/4] Bump boto3 in /functions/most_popular_repo_langchain (#317) Bumps [boto3](https://github.com/boto/boto3) from 1.35.53 to 1.35.71. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.53...1.35.71) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- functions/most_popular_repo_langchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/most_popular_repo_langchain/requirements.txt b/functions/most_popular_repo_langchain/requirements.txt index 80f09563..0ec12653 100644 --- a/functions/most_popular_repo_langchain/requirements.txt +++ b/functions/most_popular_repo_langchain/requirements.txt @@ -2,5 +2,5 @@ langchain==0.3.9 langchain-community==0.3.4 requests==2.32.3 PyGithub==2.5.0 -boto3==1.35.53 +boto3==1.35.71 beautifulsoup4 From db3868d6dae7e717008263e592b2431acf9c4c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:42:28 +0000 Subject: [PATCH 2/4] Bump boto3 from 1.35.53 to 1.35.71 (#319) Bumps [boto3](https://github.com/boto/boto3) from 1.35.53 to 1.35.71. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.53...1.35.71) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index 7ce21574..bca60dde 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -1,3 +1,3 @@ asyncio -boto3==1.35.53 +boto3==1.35.71 streamlit>=1.25.0 From ffe19a1d8cf716e7340441c9da4fd0d88cabfabc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:46:10 +0000 Subject: [PATCH 3/4] Bump aws-cdk-lib from 2.165.0 to 2.171.1 (#321) Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.165.0 to 2.171.1. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md) - [Commits](https://github.com/aws/aws-cdk/compare/v2.165.0...v2.171.1) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- pipeline/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/requirements.txt b/pipeline/requirements.txt index 9722aa82..ab01e85e 100644 --- a/pipeline/requirements.txt +++ b/pipeline/requirements.txt @@ -1,2 +1,2 @@ -aws-cdk-lib==2.165.0 +aws-cdk-lib==2.171.1 constructs>=10.0.0,<11.0.0 diff --git a/requirements.txt b/requirements.txt index a59e60af..21ab2332 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aws-cdk-lib==2.165.0 +aws-cdk-lib==2.171.1 aws-cdk.aws-lambda-python-alpha==2.165.0a0 constructs>=10.0.0,<11.0.0 From 8ddf647e5c7060f74718fb20fa8a3e66e2193817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:49:03 +0000 Subject: [PATCH 4/4] Bump boto3 (#322) Bumps [boto3](https://github.com/boto/boto3) from 1.35.53 to 1.35.71. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.53...1.35.71) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .../github_agent_actions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/most_popular_repo_bedrock_agent/github_agent_actions/requirements.txt b/functions/most_popular_repo_bedrock_agent/github_agent_actions/requirements.txt index 0d041b14..0d27de4f 100644 --- a/functions/most_popular_repo_bedrock_agent/github_agent_actions/requirements.txt +++ b/functions/most_popular_repo_bedrock_agent/github_agent_actions/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.35.53 +boto3==1.35.71 requests==2.32.3 PyGithub==2.4.0 beautifulsoup4