Skip to content

Commit

Permalink
Merge pull request #425 from nationalarchives/renovate/aws_lambda_pow…
Browse files Browse the repository at this point in the history
…ertools-2.x

Update dependency aws_lambda_powertools to v2.38.1
  • Loading branch information
dragon-dxw authored May 31, 2024
2 parents fae74cd + f854d49 commit c06766d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/abbreviation_extraction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spacy==3.7.4
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/caselaw_extraction/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ psycopg2-binary==2.9.9
beautifulsoup4==4.12.3
lxml==5.1.0
sqlalchemy==2.0.25
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/lambdas/db_backup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.34.29
botocore==1.34.29
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/lambdas/extract_judgement_contents/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
beautifulsoup4==4.12.3
lxml==5.1.0
pandas==2.2.0
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/lambdas/fetch_xml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
boto3==1.34.29
botocore==1.34.29
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/lambdas/make_replacements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beautifulsoup4==4.12.3
lxml==5.1.0
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/lambdas/push_enriched_xml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
boto3==1.34.29
botocore==1.34.29
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/lambdas/update_legislation_table/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ psycopg2-binary==2.9.9
pandas==2.2.0
sqlalchemy==2.0.25
SPARQLWrapper==2.0.0
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/lambdas/update_rules_processor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sqlalchemy==2.0.25
boto3==1.34.29
spacy==3.7.4
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/lambdas/xml_validate/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lxml==5.1.0
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/legislation_extraction/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pandas==2.2.0
# psycopg2==2.9.3
psycopg2-binary==2.9.9
sqlalchemy==2.0.25
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/legislation_provisions_extraction/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
numpy==1.26.4
beautifulsoup4==4.12.3
lxml==5.1.0
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/oblique_references/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beautifulsoup4==4.12.3
lxml==5.1.0
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/replacer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beautifulsoup4==4.12.3
lxml==5.1.0
aws_lambda_powertools==2.32.0
aws_lambda_powertools==2.38.1
2 changes: 1 addition & 1 deletion src/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ python-dotenv==1.0.1
rapidfuzz==3.6.1
ds-caselaw-marklogic-api-client==19.1.0
boto3-stubs[essential] ==1.34.29
aws_lambda_powertools ==2.32.0
aws_lambda_powertools ==2.38.1

0 comments on commit c06766d

Please sign in to comment.