Upgrade marshmallow from 2.21.0 to 3.15.0

This commit is contained in:
Katie Smith
2022-05-06 11:14:44 +01:00
parent 00a04ebf54
commit 53aae6f6cb
2 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ iso8601==1.0.2
itsdangerous==2.1.2 itsdangerous==2.1.2
jsonschema[format]==4.5.1 jsonschema[format]==4.5.1
marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.0 # marshmallow v3 throws errors marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.0 # marshmallow v3 throws errors
marshmallow==2.21.0 # pyup: <3 # v3 throws errors marshmallow==3.15.0
psycopg2-binary==2.9.3 psycopg2-binary==2.9.3
PyJWT==2.4.0 PyJWT==2.4.0
SQLAlchemy==1.4.36 SQLAlchemy==1.4.36

View File

@@ -145,7 +145,7 @@ markupsafe==2.0.1
# via # via
# jinja2 # jinja2
# mako # mako
marshmallow==2.21.0 marshmallow==3.15.0
# via # via
# -r requirements.in # -r requirements.in
# flask-marshmallow # flask-marshmallow
@@ -161,7 +161,9 @@ notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55
orderedset==2.0.3 orderedset==2.0.3
# via notifications-utils # via notifications-utils
packaging==21.0 packaging==21.0
# via bleach # via
# bleach
# marshmallow
phonenumbers==8.12.36 phonenumbers==8.12.36
# via notifications-utils # via notifications-utils
prometheus-client==0.14.1 prometheus-client==0.14.1