Skip to content

Commit

Permalink
update all dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jan 26, 2020
1 parent 2db9cd1 commit 2ba6005
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Unreleased Changes
* Upgrade Flask from 0.12.2 to 1.0.2 for `CVE-2018-1000656 <https://nvd.nist.gov/vuln/detail/CVE-2018-1000656>`_.
* Upgrade cryptography from 2.1.4 to 2.3.1 for `CVE-2018-10903 <https://nvd.nist.gov/vuln/detail/CVE-2018-10903>`_.
* Upgrade Jinja2 from 2.10 to 2.10.3 for `CVE-2019-10906 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=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 <https://github.com/sqlalchemy/sqlalchemy/issues/4393>`_.

Expand Down
50 changes: 25 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2ba6005

Please sign in to comment.