Skip to content

Commit

Permalink
Address dependabot errors from demo server
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Jul 16, 2024
1 parent 4cf4472 commit a1400ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
# app setup
smart_defaults = {
'app_id': 'my_web_app',
'api_base': 'https://sb-fhir-stu3.smarthealthit.org/smartstu3/data',
# TODO: CapabilityStatement.rest.resource.search.param needs to provide
# a required value type - config issue on our end for now
'api_base': 'https://r4.smarthealthit.org/',
'redirect_uri': 'http://localhost:8000/fhir-app/',
}

Expand Down
16 changes: 8 additions & 8 deletions requirements_flask_app.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Beaker==1.7.0
Flask==0.10.1
Jinja2==2.11.3
MarkupSafe==0.23
Werkzeug==0.14.1
isodate==0.5.1
itsdangerous==0.24
requests==2.7.0
Beaker==1.13.0
Flask==2.3.2
Jinja2==3.1.2
MarkupSafe==2.1.1
Werkzeug==2.3.3
isodate==0.6.1
itsdangerous==2.1.2
requests==2.22.0

0 comments on commit a1400ac

Please sign in to comment.