From a30fb7a943b768afabe1230b13c20aa451e427d6 Mon Sep 17 00:00:00 2001 From: David Bold Date: Mon, 11 May 2026 10:59:48 +0200 Subject: [PATCH 1/2] Update according to spec-0 Updated by https://github.com/dschwoerer/spec0-updater --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9b06edfd8a..3f31120881 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ Jinja2>=3.1.4 numpy>=2.0.0 -scipy>=1.14.1 +scipy >= 1.14.0 netcdf4>=1.7.1 -matplotlib>=3.7.0 +matplotlib >= 3.9.0 Cython>=3.0.0 boutdata>=0.3.0 zoidberg>=0.3.0 From d9e2c19e48a02de8e9406b5178815d198ac86921 Mon Sep 17 00:00:00 2001 From: David Bold Date: Mon, 11 May 2026 11:00:48 +0200 Subject: [PATCH 2/2] CI: Do not update versions by dependabot We want to follow spec0 --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6b0738bd2..e121ea49e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,6 @@ updates: interval: "weekly" directory: "/" - - package-ecosystem: "pip" - schedule: - interval: "daily" - directory: "/" - - package-ecosystem: "github-actions" schedule: interval: "weekly"