Skip to content

Commit 1add1f6

Browse files
build(deps): bump the general-dependencies group with 2 updates
Updates the requirements on [websockets](https://github.com/python-websockets/websockets) and [jupytext](https://github.com/mwouts/jupytext) to permit the latest version. Updates `websockets` to 15.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@12.0...15.0) Updates `jupytext` from 1.16.6 to 1.16.7 - [Release notes](https://github.com/mwouts/jupytext/releases) - [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md) - [Commits](mwouts/jupytext@v1.16.6...v1.16.7) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production dependency-group: general-dependencies - dependency-name: jupytext dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc53d32 commit 1add1f6

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
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"pyvista >= 0.43.0,<1",
26-
"websockets >= 12.0,< 15",
26+
"websockets >= 12.0,< 16",
2727
"trame >= 3.6.0,<4",
2828
"trame-vtk >= 2.8.7,<3",
2929
"trame-vuetify >= 2.4.3,<3",
@@ -44,7 +44,7 @@ tests = [
4444
doc = [
4545
"ansys-sphinx-theme==1.3.1",
4646
"jupyter_sphinx==0.5.3",
47-
"jupytext==1.16.6",
47+
"jupytext==1.16.7",
4848
"nbsphinx==0.9.6",
4949
"numpydoc==1.8.0",
5050
"sphinx==8.1.3",

0 commit comments

Comments
 (0)