diff --git a/src/lambdas/db_backup/requirements.txt b/src/lambdas/db_backup/requirements.txt index d1f0acf9..df7adb7a 100644 --- a/src/lambdas/db_backup/requirements.txt +++ b/src/lambdas/db_backup/requirements.txt @@ -1,3 +1,3 @@ -boto3==1.35.99 -botocore==1.35.99 +boto3==1.36.2 +botocore==1.36.2 aws_lambda_powertools==3.4.1 diff --git a/src/lambdas/fetch_xml/requirements.txt b/src/lambdas/fetch_xml/requirements.txt index 94a564fd..9ca6605b 100644 --- a/src/lambdas/fetch_xml/requirements.txt +++ b/src/lambdas/fetch_xml/requirements.txt @@ -1,4 +1,4 @@ requests==2.32.3 -boto3==1.35.99 -botocore==1.35.99 +boto3==1.36.2 +botocore==1.36.2 aws_lambda_powertools==3.4.1 diff --git a/src/lambdas/push_enriched_xml/requirements.txt b/src/lambdas/push_enriched_xml/requirements.txt index 94a564fd..9ca6605b 100644 --- a/src/lambdas/push_enriched_xml/requirements.txt +++ b/src/lambdas/push_enriched_xml/requirements.txt @@ -1,4 +1,4 @@ requests==2.32.3 -boto3==1.35.99 -botocore==1.35.99 +boto3==1.36.2 +botocore==1.36.2 aws_lambda_powertools==3.4.1 diff --git a/src/lambdas/update_rules_processor/requirements.txt b/src/lambdas/update_rules_processor/requirements.txt index 3bf02da5..05803a57 100644 --- a/src/lambdas/update_rules_processor/requirements.txt +++ b/src/lambdas/update_rules_processor/requirements.txt @@ -1,7 +1,7 @@ psycopg2-binary==2.9.10 pandas==2.2.3 sqlalchemy==2.0.37 -boto3==1.35.99 +boto3==1.36.2 spacy==3.8.4 en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl aws_lambda_powertools==3.4.1 diff --git a/src/tests/requirements.txt b/src/tests/requirements.txt index 9a97b8f8..11915e67 100644 --- a/src/tests/requirements.txt +++ b/src/tests/requirements.txt @@ -18,7 +18,7 @@ SPARQLWrapper==2.0.0 python-dotenv==1.0.1 rapidfuzz==3.11.0 ds-caselaw-marklogic-api-client==27.4.0 -boto3-stubs[essential] ==1.35.99 +boto3-stubs[essential] ==1.36.2 aws_lambda_powertools ==3.4.1 pytest-socket==0.7.0 pytest-env==1.1.5