Skip to content

Commit

Permalink
Merge pull request #172 from jantman/sqlalchemy-upgrade
Browse files Browse the repository at this point in the history
Dependency and Docker Image upgrades
  • Loading branch information
jantman committed Jan 9, 2018
2 parents dfa3452 + b9e9689 commit 18e74f4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
sudo: false
sudo: enabled

cache: pip

Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Unreleased Changes
------------------

* `Issue #170 <https://github.com/jantman/biweeklybudget/issues/170>`_ Upgrade **all** python dependencies to their latest versions.
* `Issue #171 <https://github.com/jantman/biweeklybudget/issues/171>`_ Upgrade Docker base image from ``python:3.6.3-alpine3.4`` to ``python:3.6.4-alpine3.7``.

0.7.0 (2018-01-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion biweeklybudget/tests/docker_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

DOCKERFILE_TEMPLATE = """
# biweeklybudget Dockerfile - http://github.com/jantman/biweeklybudget
FROM python:3.6.3-alpine3.4
FROM python:3.6.4-alpine3.7
ARG version
USER root
Expand Down
43 changes: 21 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
Flask==0.12
Jinja2==2.8.1
Mako==1.0.6
Flask==0.12.2
Jinja2==2.10
Mako==1.0.7
MarkupSafe==1.0
PyMySQL==0.7.10
PyMySQL==0.8.0
SQLAlchemy-Utc==0.9.0
SQLAlchemy==1.1.6
SQLAlchemy==1.2.0
SecretStorage==2.3.1
Werkzeug==0.12.1
alembic==0.9.1
alembic==0.9.6
appdirs==1.4.3
asn1crypto==0.22.0
asn1crypto==0.24.0
babel==2.5.1
beautifulsoup4==4.5.3
cffi==1.9.1
beautifulsoup4==4.6.0
cffi==1.11.2
click==6.7
cryptography==1.8.1
cryptography==2.1.4
datatables==0.4.9
httplib2==0.9.2
httplib2==0.10.3
humanize==0.5.1
hvac==0.2.17
idna==2.5
hvac==0.3.0
idna==2.6
itsdangerous==0.24
keyring==10.3.1
lxml==3.7.3
keyring==10.6.0
lxml==4.1.1
ofxhome==0.3.3
ofxparse==0.17
packaging==16.8
pycparser==2.17
pycparser==2.18
pyparsing==2.2.0
python-dateutil==2.6.0
python-dateutil==2.6.1
python-editor==1.0.3
pytz
requests==2.13.0
selenium==3.6.0
six==1.10.0
versionfinder==0.1.0
requests==2.18.4
selenium==3.8.1
six==1.11.0
versionfinder>=0.1.1
wishlist==0.2.0

0 comments on commit 18e74f4

Please sign in to comment.