Skip to content

Commit

Permalink
Merge pull request #412 from nationalarchives/renovate/ds-caselaw-mar…
Browse files Browse the repository at this point in the history
…klogic-api-client-19.x

Update dependency ds-caselaw-marklogic-api-client to v19
  • Loading branch information
jacksonj04 authored Jan 23, 2024
2 parents 26d4d6e + b684384 commit f9caea3
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/caselaw_extraction/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pandas==2.2.0
# psycopg2-binary==2.9.1
psycopg2-binary==2.9.9
beautifulsoup4==4.12.3
lxml==4.9.4
lxml==5.1.0
sqlalchemy==2.0.25
aws_lambda_powertools==2.32.0
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==4.9.4
lxml==5.1.0
pandas==2.2.0
aws_lambda_powertools==2.32.0
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==4.9.4
lxml==5.1.0
aws_lambda_powertools==2.32.0
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==4.9.4
lxml==5.1.0
aws_lambda_powertools==2.32.0
2 changes: 1 addition & 1 deletion src/legislation_provisions_extraction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

numpy==1.26.3
beautifulsoup4==4.12.3
lxml==4.9.4
lxml==5.1.0
aws_lambda_powertools==2.32.0
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==4.9.4
lxml==5.1.0
aws_lambda_powertools==2.32.0
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==4.9.4
lxml==5.1.0
aws_lambda_powertools==2.32.0
4 changes: 2 additions & 2 deletions src/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pandas==2.2.0
psycopg2==2.9.9
beautifulsoup4==4.12.3
spaczz==0.6.0
lxml==4.9.4
lxml==5.1.0
testing.postgresql==1.3.0
sqlalchemy==2.0.25
coverage==7.4.0
Expand All @@ -17,6 +17,6 @@ psycopg==3.1.17
SPARQLWrapper==2.0.0
python-dotenv==1.0.0
rapidfuzz==3.6.1
ds-caselaw-marklogic-api-client==18.0.0
ds-caselaw-marklogic-api-client==19.1.0
boto3-stubs[essential] ==1.34.25
aws_lambda_powertools ==2.32.0
2 changes: 1 addition & 1 deletion src/utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beautifulsoup4==4.12.3
lxml==4.9.4
lxml==5.1.0
pandas==2.2.0

0 comments on commit f9caea3

Please sign in to comment.