diff --git a/CHANGELOG.md b/CHANGELOG.md index d54b1b8ea..afa0439ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - TBD (Added a new feature) ### Changed -- TBD (Changed existing functionality) +- Refactoring frontend (views, templates and static files are organized inside the folder render) ### Fixed - TBD (bug-fix) @@ -17,7 +17,7 @@ - TBD (soon-to-be removed feature) ### Security -- TBD (addressing vulnerability) +- Bumped SQLAlchemy from 1.2.16 to 1.3.3 in /frontend ## [1.2.0] (Athena) - 2019-04-10 ### Added diff --git a/frontend/requirements.txt b/frontend/requirements.txt index 6ba54db36..cabacba77 100644 --- a/frontend/requirements.txt +++ b/frontend/requirements.txt @@ -20,5 +20,5 @@ kombu==4.2.2.post1 ldap3==2.5.2 PyYAML==5.1 requests==2.21.0 -SQLAlchemy==1.2.16 +SQLAlchemy==1.3.3 WTForms==2.2.1