From 3726315a70e5759e1ff6486c8f930e1c7c456ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Fri, 9 Jun 2023 17:34:13 +0200 Subject: [PATCH] #368: upgrade tox and colorama dependency versions --- requirements-3.8.txt | 4 ++-- requirements-3.9.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-3.8.txt b/requirements-3.8.txt index 4706e72b8..2d80ad6c6 100644 --- a/requirements-3.8.txt +++ b/requirements-3.8.txt @@ -5,11 +5,11 @@ PyYAML==6.0 Brotli==1.0.9 schema==0.7.5 scikit-learn==1.0.2 -colorama==0.4.4 +colorama==0.4.6 matplotlib==3.5.3 # LBAF testing -tox==3.24.5 +tox==4.6.0 coverage==6.3.2 pylint==2.12.2 pytest==7.1.1 diff --git a/requirements-3.9.txt b/requirements-3.9.txt index 44fb9c332..512fa6218 100644 --- a/requirements-3.9.txt +++ b/requirements-3.9.txt @@ -4,11 +4,11 @@ PyYAML==6.0 Brotli==1.0.9 schema==0.7.5 scikit-learn==1.0.2 -colorama==0.4.4 +colorama==0.4.6 matplotlib==3.6.2 # LBAF testing -tox==3.24.5 +tox==4.6.0 coverage==6.3.2 pylint==2.12.2 pytest==7.1.1