From 908c13398c06dbde9fdf0c998e938511490f9fe1 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sat, 29 Mar 2025 23:56:22 +0100 Subject: [PATCH] pin versions to make test runs reproducible --- app/requirements-test.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/requirements-test.txt b/app/requirements-test.txt index a26074c..07b0cf9 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,8 +1,8 @@ - flake8 - pytest - pytest-asyncio - pytest-cov - python-dotenv - mock - coverage - jinja2-cli \ No newline at end of file + flake8==7.1.2 + pytest==8.3.5 + pytest-asyncio==0.25.3 + pytest-cov==6.0.0 + python-dotenv==1.0.1 + mock==5.2.0 + coverage==7.7.1 + jinja2-cli==0.8.2 \ No newline at end of file