From 0872089aa41fb35f2a995bc3e2677c42d630573b Mon Sep 17 00:00:00 2001 From: Niklas Mueller Date: Tue, 14 Oct 2025 19:43:20 +0200 Subject: [PATCH] version pins python packages --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index bdcffa7..8d2be1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -flask -gunicorn -pypdf +flask==3.1.2 +gunicorn==23.0.0 +pypdf==5.8.0 # For testing -pytest \ No newline at end of file +pytest==8.3.2