From 8f55aa466c286e1240b5da7fda0b2b50abe3ecb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:03:55 +0000 Subject: [PATCH] Bump the python-dependencies group with 2 updates Updates the requirements on [crc32c](https://github.com/ICRAR/crc32c) and [rich](https://github.com/Textualize/rich) to permit the latest version. Updates `crc32c` to 2.8 - [Changelog](https://github.com/ICRAR/crc32c/blob/master/CHANGELOG.md) - [Commits](https://github.com/ICRAR/crc32c/compare/v2.7.1...v2.8) Updates `rich` to 14.2.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.0.0...v14.2.0) --- updated-dependencies: - dependency-name: crc32c dependency-version: '2.8' dependency-type: direct:production dependency-group: python-dependencies - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 093801c..0ae8873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ dependencies = [ "numpy~=2.2", "zarr>=3.0.8,<3.2.0", "typing_extensions>=4.13.2,<4.16.0", - "crc32c~=2.7.1", - "rich>=14.0,<14.2", + "crc32c>=2.7.1,<2.9.0", + "rich>=14.0,<14.3", "psutil>=7.0.0", ] classifiers = [