mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
bump requirements
pyup ignore pytest until we sort all the fixtures as functions issues
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Run `make freeze-requirements` to update requirements.txt
|
||||
# with package version changes made in requirements-app.txt
|
||||
|
||||
cffi==1.11.5
|
||||
cffi==1.12.1
|
||||
celery==3.1.26.post2 # pyup: <4
|
||||
docopt==0.6.2
|
||||
Flask-Bcrypt==0.7.1
|
||||
flask-marshmallow==0.9.0
|
||||
Flask-Migrate==2.3.1
|
||||
Flask-Migrate==2.4.0
|
||||
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
|
||||
Flask==1.0.2
|
||||
click-datetime==0.2
|
||||
@@ -15,10 +15,10 @@ gunicorn==19.7.1
|
||||
iso8601==0.1.12
|
||||
jsonschema==3.0.0b3
|
||||
marshmallow-sqlalchemy==0.16.0
|
||||
marshmallow==2.18.0
|
||||
marshmallow==2.18.1
|
||||
psycopg2-binary==2.7.7
|
||||
PyJWT==1.7.1
|
||||
SQLAlchemy==1.2.17
|
||||
SQLAlchemy==1.2.18
|
||||
|
||||
notifications-python-client==5.3.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user