diff --git a/CHANGES.rst b/CHANGES.rst index 3d5d7579..9426aa42 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,7 +20,7 @@ Unreleased Changes * Upgrade Flask from 0.12.2 to 1.0.2 for `CVE-2018-1000656 `_. * Upgrade cryptography from 2.1.4 to 2.3.1 for `CVE-2018-10903 `_. * Upgrade Jinja2 from 2.10 to 2.10.3 for `CVE-2019-10906 `_. - * Upgrade to latest versions for: alembic, Babel, beautifulsoup4, cffi, httplib2, hvac, idna, keyring, lxml, requests, SQLAlchemy-Utc. + * Upgrade to latest version for all dependencies. * Remove ``convert_unicode`` argument from SQLAlchemy DB engine arguments per SQLAlchemy 1.3 upgrade guide / `SQLAlchemy #4393 `_. diff --git a/requirements.txt b/requirements.txt index 8b505185..d580c053 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,37 +1,37 @@ -Flask==1.0.2 +Flask==1.1.1 Jinja2==2.10.3 -Mako==1.0.7 -MarkupSafe==1.0 -PyMySQL==0.8.0 +Mako==1.1.1 +MarkupSafe==1.1.1 +PyMySQL==0.9.3 SQLAlchemy-Utc==0.10.0 SQLAlchemy==1.3.13 -SecretStorage==2.3.1 +SecretStorage==3.1.2 alembic==1.3.3 appdirs==1.4.3 -asn1crypto==0.24.0 -babel==2.6.0 -beautifulsoup4==4.6.3 +asn1crypto==1.3.0 +babel==2.8.0 +beautifulsoup4==4.8.2 cffi==1.13.2 -click==6.7 -cryptography==2.3.1 +click==7.0 +cryptography==2.8 datatables==0.4.9 -httplib2==0.11.3 +httplib2==0.17.0 humanize==0.5.1 -hvac==0.6.4 -idna==2.7 -itsdangerous==0.24 -keyring==15.1.0 -lxml==4.2.5 +hvac==0.9.6 +idna==2.8 +itsdangerous==1.1.0 +keyring==21.1.0 +lxml==4.4.2 ofxhome==0.3.3 -ofxparse==0.17 -packaging==16.8 -pycparser==2.18 -pyparsing==2.2.0 -python-dateutil==2.6.1 -python-editor==1.0.3 +ofxparse==0.20 +packaging==20.1 +pycparser==2.19 +pyparsing==2.4.6 +python-dateutil==2.8.1 +python-editor==1.0.4 pytz requests -selenium==3.8.1 -six==1.11.0 +selenium==3.141.0 +six==1.14.0 versionfinder>=1.0.0 -wishlist==0.2.0 +wishlist==0.2.2