mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
pin marshmallow to <v3
also, fix pyup comment syntax. descriptions in pyup comments need to have an additional # prefix
This commit is contained in:
@@ -13,9 +13,10 @@ click-datetime==0.2
|
|||||||
eventlet==0.25.1
|
eventlet==0.25.1
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
|
itsdangerous==1.1.0
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
marshmallow-sqlalchemy==0.21.0
|
marshmallow-sqlalchemy==0.21.0
|
||||||
marshmallow==3.4.0 # pyup: <3 throws errors
|
marshmallow==2.20.2 # pyup: <3 # v3 throws errors
|
||||||
psycopg2-binary==2.8.4
|
psycopg2-binary==2.8.4
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
SQLAlchemy==1.3.13
|
SQLAlchemy==1.3.13
|
||||||
@@ -26,7 +27,4 @@ notifications-python-client==5.5.1
|
|||||||
awscli-cwlogs>=1.4,<1.5
|
awscli-cwlogs>=1.4,<1.5
|
||||||
|
|
||||||
|
|
||||||
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
|
|
||||||
itsdangerous==0.24 # pyup: <1.0.0
|
|
||||||
|
|
||||||
git+https://github.com/alphagov/notifications-utils.git@36.5.0#egg=notifications-utils==36.5.0
|
git+https://github.com/alphagov/notifications-utils.git@36.5.0#egg=notifications-utils==36.5.0
|
||||||
|
|||||||
@@ -15,9 +15,10 @@ click-datetime==0.2
|
|||||||
eventlet==0.25.1
|
eventlet==0.25.1
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
|
itsdangerous==1.1.0
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
marshmallow-sqlalchemy==0.21.0
|
marshmallow-sqlalchemy==0.21.0
|
||||||
marshmallow==3.4.0 # pyup: <3 throws errors
|
marshmallow==2.20.2 # pyup: <3 # v3 throws errors
|
||||||
psycopg2-binary==2.8.4
|
psycopg2-binary==2.8.4
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
SQLAlchemy==1.3.13
|
SQLAlchemy==1.3.13
|
||||||
@@ -28,9 +29,6 @@ notifications-python-client==5.5.1
|
|||||||
awscli-cwlogs>=1.4,<1.5
|
awscli-cwlogs>=1.4,<1.5
|
||||||
|
|
||||||
|
|
||||||
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
|
|
||||||
itsdangerous==0.24 # pyup: <1.0.0
|
|
||||||
|
|
||||||
git+https://github.com/alphagov/notifications-utils.git@36.5.0#egg=notifications-utils==36.5.0
|
git+https://github.com/alphagov/notifications-utils.git@36.5.0#egg=notifications-utils==36.5.0
|
||||||
|
|
||||||
## The following requirements were added by pip freeze:
|
## The following requirements were added by pip freeze:
|
||||||
|
|||||||
Reference in New Issue
Block a user