Skip to content

Commit

Permalink
Merge pull request #749 from nationalarchives/renovate/boto-packages
Browse files Browse the repository at this point in the history
chore(deps): update boto packages to v1.36.2 (minor)
  • Loading branch information
jacksonj04 authored Jan 20, 2025
2 parents 333e667 + b6f0421 commit 6711d15
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/lambdas/db_backup/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/lambdas/fetch_xml/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/lambdas/push_enriched_xml/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/lambdas/update_rules_processor/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6711d15

Please sign in to comment.