From 232b7a56f891fc2d8c6dbf0594f266fe50f7349d Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 13 Nov 2024 14:52:29 +0100 Subject: [PATCH] Add support for reportlab 3.6 to the dev_requirements.txt AFAICT the system worked just fine with this before, but the requirements.txt specifically locked in the version thats in Debian Bullseye. Generally it's still recommended to use the packaged version (which worked with both Bullseye and Bookworm already). Fixes #122 (even though nothing actually changes) --- tools/devsetup/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devsetup/dev_requirements.txt b/tools/devsetup/dev_requirements.txt index b472cac6a..47a82a3df 100644 --- a/tools/devsetup/dev_requirements.txt +++ b/tools/devsetup/dev_requirements.txt @@ -10,7 +10,7 @@ flup httplib2 psycopg2-binary pycryptodomex==3.6.1 -reportlab==3.5.59 +reportlab>=3.5.59,<3.7 python-dateutil requests requests-oauthlib==1.0.0