Skip to content

Commit

Permalink
chore(deps): update dependency sqlalchemy to v2.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 76adaea commit f6968cd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/caselaw_extraction/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pandas==2.2.3
psycopg2-binary==2.9.9
beautifulsoup4==4.12.3
lxml==5.2.2
sqlalchemy==2.0.31
sqlalchemy==2.0.35
aws_lambda_powertools==2.43.1
2 changes: 1 addition & 1 deletion src/database/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pandas==2.2.3
psycopg2==2.9.9
sqlalchemy==2.0.31
sqlalchemy==2.0.35
2 changes: 1 addition & 1 deletion src/lambdas/update_legislation_table/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
psycopg2-binary==2.9.9
pandas==2.2.3
sqlalchemy==2.0.31
sqlalchemy==2.0.35
SPARQLWrapper==2.0.0
aws_lambda_powertools==2.43.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,6 +1,6 @@
psycopg2-binary==2.9.9
pandas==2.2.3
sqlalchemy==2.0.31
sqlalchemy==2.0.35
boto3==1.34.145
spacy==3.7.5
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
Expand Down
2 changes: 1 addition & 1 deletion src/legislation_extraction/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ spaczz==0.6.1
pandas==2.2.3
# psycopg2==2.9.3
psycopg2-binary==2.9.9
sqlalchemy==2.0.31
sqlalchemy==2.0.35
aws_lambda_powertools==2.43.1
2 changes: 1 addition & 1 deletion src/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ beautifulsoup4==4.12.3
spaczz==0.6.1
lxml==5.2.2
testing.postgresql==1.3.0
sqlalchemy==2.0.31
sqlalchemy==2.0.35
coverage==7.6.1
boto==2.49.0
moto==4.2.14
Expand Down

0 comments on commit f6968cd

Please sign in to comment.