Skip to content

Commit e1d957b

Browse files
Bump the pip group with 2 updates
Bumps the pip group with 2 updates: [jupyter-ydoc](https://github.com/jupyter-server/jupyter_ydoc) and [jupyter-server-ydoc](https://github.com/jupyterlab/jupyter-collaboration). Updates `jupyter-ydoc` from 3.0.5 to 3.1.0 - [Release notes](https://github.com/jupyter-server/jupyter_ydoc/releases) - [Changelog](https://github.com/jupyter-server/jupyter_ydoc/blob/main/CHANGELOG.md) - [Commits](jupyter-server/jupyter_ydoc@v3.0.5...v3.1.0) Updates `jupyter-server-ydoc` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/jupyterlab/jupyter-collaboration/releases) - [Changelog](https://github.com/jupyterlab/jupyter-collaboration/blob/main/CHANGELOG.md) - [Commits](jupyterlab/jupyter-collaboration@v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: jupyter-ydoc dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: jupyter-server-ydoc dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59d090a commit e1d957b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Framework :: Jupyter",
2323
]
2424
dependencies = [
25-
"jupyter_ydoc==3.0.5",
25+
"jupyter_ydoc==3.1.0",
2626
"nbformat>=5.10.4",
2727
"datalayer-pycrdt==0.12.17",
2828
"requests",
@@ -33,7 +33,7 @@ dependencies = [
3333
test = [
3434
"ipykernel",
3535
"jupyter-kernel-client",
36-
"jupyter-server-ydoc==2.0.2",
36+
"jupyter-server-ydoc==2.1.0",
3737
"pytest>=7.0",
3838
"pytest-asyncio",
3939
"pytest-timeout",

0 commit comments

Comments
 (0)