Skip to content

Commit 8577a4a

Browse files
Update pycrdt requirement from <0.14.0,>=0.9.0 to >=0.9.0,<0.15.0 (#50)
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](y-crdt/pycrdt@v0.9.0...0.14.0) --- updated-dependencies: - dependency-name: pycrdt dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75cdda6 commit 8577a4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
]
2020
dependencies = [
2121
"comm >=0.1.4,<1",
22-
"pycrdt >=0.9.0,<0.14.0",
22+
"pycrdt >=0.9.0,<0.15.0",
2323
"reacttrs >=0.2.1,<0.3.0",
2424
]
2525

0 commit comments

Comments
 (0)