Skip to content

Commit

Permalink
Flask: update Flask and dependencies to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 20, 2024
1 parent 3d0d6f5 commit 085973d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
python-irodsclient==3.0.0
Flask==3.0.2
flask-session==0.6.0
Flask-WTF==1.2.1
mod-wsgi==5.0.0
pyjwt[crypto]==2.8.0
requests==2.32.0
Flask==3.1.0
flask-session==0.8.0
Flask-WTF==1.2.2
mod-wsgi==5.0.2
pyjwt[crypto]==2.10.1
requests==2.32.3
opensearch-py==1.0.0
irods-avu-json==2.2.0
MarkupSafe==2.1.5
python-magic==0.4.27
Werkzeug==3.0.6
psutil==6.0.0
humanize==4.10.0
Werkzeug==3.1.3
psutil==6.1.1
humanize==4.11.0

0 comments on commit 085973d

Please sign in to comment.