Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 3, 2024
1 parent 5b6a021 commit 32f81cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Django==1.11.29
Django==3.2.23
ipython==7.19.0
ipython==8.10.0
psycopg2==2.8.6
jedi==0.17.2
#git+https://github.com/xzzy/ledger.git@master2#egg=ledger
Expand Down Expand Up @@ -75,3 +75,4 @@ django-phonenumber-field==6.1.0
babel==2.10.1
git+https://github.com/dbca-wa/webtemplate2.git#egg=webtemplate_dbca
tqdm==4.64.1
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 32f81cb

Please sign in to comment.