From 19b5a626a78c9670b5e4169e40e73c971b6f76e6 Mon Sep 17 00:00:00 2001 From: Martin Landa Date: Sun, 19 May 2024 18:52:35 +0200 Subject: [PATCH] fix also other dependecies --- .github/workflows/requirements.txt | 2 +- .github/workflows/requirements3.12.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index af42ddadc..828253a69 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -1 +1 @@ -configparser +configparser==7.0.0 diff --git a/.github/workflows/requirements3.12.txt b/.github/workflows/requirements3.12.txt index b6d58b230..d08352364 100644 --- a/.github/workflows/requirements3.12.txt +++ b/.github/workflows/requirements3.12.txt @@ -1,2 +1,2 @@ -pytest +pytest==8.2.0 numpy==1.26.4