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..dae29c44 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 +PyGithub==2.5.0 beautifulsoup4 diff --git a/functions/most_popular_repo_langchain/requirements.txt b/functions/most_popular_repo_langchain/requirements.txt index 0ec12653..2cd3a5b0 100644 --- a/functions/most_popular_repo_langchain/requirements.txt +++ b/functions/most_popular_repo_langchain/requirements.txt @@ -1,5 +1,5 @@ langchain==0.3.9 -langchain-community==0.3.4 +langchain-community==0.3.8 requests==2.32.3 PyGithub==2.5.0 boto3==1.35.71