Skip to content

Commit aa84a33

Browse files
Bump version 0.8.2
1 parent 12e8ba7 commit aa84a33

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump the general-dependencies group with 2 updates

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ansys-tools-visualization-interface"
7-
version = "0.8.1"
7+
version = "0.8.2"
88
description = "A Python visualization interface for PyAnsys libraries"
99
readme = "README.rst"
1010
requires-python = ">=3.10,<4"
@@ -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.2.4",
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)