From 92231fe6c78ca560fadd2c3ca1247240882837b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 01:17:46 +0000 Subject: [PATCH] Chore(deps-dev): Update tikray requirement Updates the requirements on [tikray](https://github.com/panodata/tikray) to permit the latest version. - [Release notes](https://github.com/panodata/tikray/releases) - [Changelog](https://github.com/panodata/tikray/blob/main/CHANGES.md) - [Commits](https://github.com/panodata/tikray/compare/v0.2.2...v0.3.1) --- updated-dependencies: - dependency-name: tikray dependency-version: 0.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c7e6fa..ca1c25b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,7 @@ optional-dependencies.test = [ "pytest-mock<4", ] optional-dependencies.tikray = [ - "tikray>=0.2.2,<0.3", + "tikray>=0.2.2,<0.4", ] urls.Changelog = "https://commons-codec.readthedocs.io/changes.html"