From 8f0e21ca75499f7a4028d0adf5835dfce754f82f Mon Sep 17 00:00:00 2001 From: TakWolf Date: Wed, 22 Jan 2025 23:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38b1522..40c6561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "pypng>=0.20220715.0", - "unidata-blocks>=0.0.15", + "unidata-blocks>=0.0.16", "PyYAML>=6.0.2", ] diff --git a/requirements.txt b/requirements.txt index 274f2a9..cfcf365 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pypng==0.20220715.0 -unidata-blocks==0.0.15 +unidata-blocks==0.0.16 PyYAML==6.0.2 pytest==8.3.4