From d1f27cc8e795bf43324b8835c104769be047ec93 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Wed, 6 Apr 2022 11:31:49 +0200 Subject: [PATCH] Fix incompatible dependecies with teal requirements --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0ddebbc1..b0ebf0f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alembic==1.4.2 anytree==2.4.3 -apispec==0.39.0 +apispec==5.1.1 boltons==18.0.1 click==8.0 click-spinner==0.1.8 @@ -33,9 +33,9 @@ python-stdnum==1.9 PyYAML==5.4 requests[security]==2.27.1 sortedcontainers==2.1.0 -SQLAlchemy==1.3.24 +SQLAlchemy==1.4.34 sqlalchemy-citext==1.3.post0 -SQLAlchemy-Utils==0.33.11 +SQLAlchemy-Utils==0.38.2 # teal under development version -e git+https://github.com/eReuse/teal/@upgrade-dependencies#egg=teal WeasyPrint==44