From 1f301fd0f1932902a8e856c3f312f6ed484d0f01 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Mon, 19 Apr 2021 11:56:02 +0100 Subject: [PATCH] Pin marshmallow-sqlalchemy below v0.24.0 This was pinned to `<0.24.1` not `<0.24.0` by mistake, which meant pyup was trying to upgrade from version `0.23.1`. --- requirements-app.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-app.txt b/requirements-app.txt index 929b90cac..a3cd69af9 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -15,7 +15,7 @@ gunicorn==20.1.0 iso8601==0.1.14 itsdangerous==1.1.0 jsonschema==3.2.0 -marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.1 # 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 psycopg2-binary==2.8.6 PyJWT==2.0.1 diff --git a/requirements.txt b/requirements.txt index e42ef8ce5..42f1bf29e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ gunicorn==20.1.0 iso8601==0.1.14 itsdangerous==1.1.0 jsonschema==3.2.0 -marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.1 # 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 psycopg2-binary==2.8.6 PyJWT==2.0.1