From 27539cb6e25bf37bd26410031cbf5e4ceba74ce9 Mon Sep 17 00:00:00 2001 From: David Schaefer <david.schaefer@ufz.de> Date: Tue, 17 Jan 2023 08:51:08 +0100 Subject: [PATCH] bump versions --- requirements.txt | 7 +++---- tests/requirements.txt | 5 +++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 90620a8f0..e5c4b1f30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,12 @@ Click==8.1.3 dtw==1.4.0 -hypothesis==6.55.0 matplotlib==3.5.3 numba==0.56.4 -numpy==1.21.6 +numpy==1.24.1 outlier-utils==0.0.3 -pyarrow==9.0.0 +pyarrow==10.0.1 pandas==1.3.5 -scikit-learn==1.0.2 +scikit-learn==1.2.0 scipy==1.7.3 typing_extensions==4.3.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index 539d74b9d..9dbae6713 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,8 +2,9 @@ # # SPDX-License-Identifier: GPL-3.0-or-later +beautifulsoup4==4.11.1 +hypothesis==6.61.0 +Markdown==3.3.7 pytest==7.1.3 pytest-lazy-fixture==0.6.3 -Markdown==3.3.7 -beautifulsoup4==4.11.1 requests==2.27.1 -- GitLab