Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 29 (#483)
Browse files Browse the repository at this point in the history
* Update yamllint from 1.23.0 to 1.24.2

* Update isort from 5.0.9 to 5.1.4

* Update flask-sqlalchemy from 2.4.3 to 2.4.4
  • Loading branch information
pyup-bot committed Jul 20, 2020
1 parent 5e8c108 commit 7f7452f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yamllint==1.23.0
yamllint==1.24.2
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flake8==3.8.3
flex==6.14.1
isort==5.0.9
isort==5.1.4
PyAMQP==0.1.0.7
lockfile==0.12.2
mypy==0.782
Expand Down
2 changes: 1 addition & 1 deletion requirements-webapp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Flask-BabelEx==0.9.4
Flask-Caching==1.9.0
Flask-Cors==3.0.8
Flask-Migrate==2.5.3
Flask-SQLAlchemy==2.4.3
Flask-SQLAlchemy==2.4.4
Flask-Script==2.0.6
Flask-Security==3.0.0
Flask-Testing==0.8.0
Expand Down

0 comments on commit 7f7452f

Please sign in to comment.