From 2fa804931b532dc1292fa34e33cf4d264e5d59ac Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 27 Nov 2024 19:06:33 +0100 Subject: [PATCH] bump allowed spacepackets version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebc33c5..bef6bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "cfdp-py" description = "Library for high level CCSDS File Delivery Protocol (CFDP) components" readme = "README.md" -version = "0.4.0" +version = "0.4.1" requires-python = ">=3.9" license = {text = "Apache-2.0"} authors = [ @@ -27,7 +27,7 @@ classifiers = [ "Topic :: Scientific/Engineering" ] dependencies = [ - "spacepackets>=0.24.2, <=0.25", + "spacepackets>=0.24.2, <=0.26", "crcmod~=1.7", "deprecation~=2.1", ]