Skip to content

Commit

Permalink
Fixing some sqlparse Dependbot alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Aug 7, 2024
1 parent 47745f9 commit 1208aaf
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
decorator==5.1.1
DendroPy==4.6.0
DendroPy==5.0.1
fastalite==0.4.1
Jinja2==3.1.2
MarkupSafe==2.1.2
psycopg==3.1.9
psycopg-binary==3.1.9
psycopg2-binary==2.9.6
PyYAML==6.0
SQLAlchemy==2.0.12
sqlparse==0.4.4
typing_extensions==4.5.0
greenlet==3.0.3
Jinja2==3.1.4
MarkupSafe==2.1.5
psycopg==3.2.1
psycopg-binary==3.2.1
psycopg2-binary==2.9.9
PyYAML==6.0.2
SQLAlchemy==2.0.32
sqlparse==0.5.1
typing_extensions==4.12.2

0 comments on commit 1208aaf

Please sign in to comment.