Skip to content

Commit

Permalink
Increase vers in reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 7, 2024
1 parent 4996cc5 commit f2a9523
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
from app.vault_info import VaultInfo
from oauthlib.oauth2.rfc6749.errors import InvalidTokenError, TokenExpiredError, InvalidGrantError
from werkzeug.exceptions import Forbidden
from flask import Flask, json, render_template, request, redirect, url_for, flash, session, Markup, g, make_response
from flask import Flask, json, render_template, request, redirect, url_for, flash, session, g, make_response
from markupsafe import Markup
from functools import wraps
from urllib.parse import urlparse
from radl import radl_parse
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Flask_Dance==6.2.0
Werkzeug==2.3.8
Flask==2.3.3
Flask_Dance==7.1.0
Werkzeug==3.0.3
Flask==3.0.3
requests==2.31.0
PyYAML==6.0.1
packaging==23.1
packaging==24.0
xmltodict==0.13.0
radl==1.3.2
cryptography==42.0.4
cryptography==42.0.7
apscheduler==3.10.4 # 3.8.1 version fails
Flask-APScheduler==1.13.1
Flask-WTF==1.2.1
hvac==1.2.1
tosca-parser==2.9.1
mysqlclient==2.2.1
hvac==2.2.0
tosca-parser==2.10.0
mysqlclient==2.2.4

0 comments on commit f2a9523

Please sign in to comment.