From cac938da03b3f1d162a47f834a9aacee8114a6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 04:30:49 +0000 Subject: [PATCH] Update pycrdt requirement from <0.13.0,>=0.9.0 to >=0.9.0,<0.14.0 Updates the requirements on [pycrdt](https://github.com/y-crdt/pycrdt) to permit the latest version. - [Release notes](https://github.com/y-crdt/pycrdt/releases) - [Changelog](https://github.com/y-crdt/pycrdt/blob/main/CHANGELOG.md) - [Commits](https://github.com/y-crdt/pycrdt/compare/v0.9.0...0.13.0) --- updated-dependencies: - dependency-name: pycrdt dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a3b816..a7a04ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "comm >=0.1.4,<1", - "pycrdt >=0.9.0,<0.13.0", + "pycrdt >=0.9.0,<0.14.0", "reacttrs >=0.2.1,<0.3.0", ]