Skip to content

Commit

Permalink
Bump lxml to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Jan 23, 2024
1 parent 3e729c5 commit b684384
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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
2 changes: 1 addition & 1 deletion 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 Down
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 b684384

Please sign in to comment.