pytest-ipywidgets 1.42.0__tar.gz → 1.44.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-ipywidgets
3
- Version: 1.42.0
3
+ Version: 1.44.0
4
4
  Dynamic: Summary
5
5
  Project-URL: Home, https://github.com/widgetti/solara/tree/master/packages/pytest-ipywidgets
6
6
  Project-URL: Documentation, https://solara.dev
@@ -26,19 +26,18 @@ License: The MIT License (MIT)
26
26
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
27
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28
28
  THE SOFTWARE.
29
- License-File: LICENSE
30
29
  Classifier: License :: OSI Approved :: MIT License
31
30
  Requires-Dist: pillow
32
31
  Requires-Dist: pixelmatch
33
32
  Requires-Dist: playwright; python_version > '3.6'
34
33
  Requires-Dist: pytest
35
34
  Requires-Dist: pytest-playwright; python_version > '3.6'
36
- Requires-Dist: solara-server[starlette]==1.42.0
37
- Requires-Dist: solara-ui==1.42.0
35
+ Requires-Dist: solara-server[starlette]==1.44.0
36
+ Requires-Dist: solara-ui==1.44.0
38
37
  Provides-Extra: all
39
- Requires-Dist: pytest-ipywidgets[jupyterlab]; extra == 'all'
40
- Requires-Dist: pytest-ipywidgets[notebook]; extra == 'all'
41
- Requires-Dist: pytest-ipywidgets[voila]; extra == 'all'
38
+ Requires-Dist: jupyterlab<4; extra == 'all'
39
+ Requires-Dist: notebook<7; extra == 'all'
40
+ Requires-Dist: voila; extra == 'all'
42
41
  Provides-Extra: ipywidgets7
43
42
  Requires-Dist: lxml<5.2; extra == 'ipywidgets7'
44
43
  Requires-Dist: voila~=0.3.0; extra == 'ipywidgets7'
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["hatchling==1.22.2"]
2
+ requires = ["hatchling==1.26.3"]
3
3
  build-backend = "hatchling.build"
4
4
 
5
5
 
@@ -10,10 +10,10 @@ authors = [{name = "Maarten A. Breddels", email = "maartenbreddels@gmail.com"}]
10
10
  license = {file = "LICENSE"}
11
11
  classifiers = ["License :: OSI Approved :: MIT License"]
12
12
  dynamic = ["description"]
13
- version = "1.42.0"
13
+ version = "1.44.0"
14
14
  dependencies = [
15
- "solara-ui==1.42.0",
16
- "solara-server[starlette]==1.42.0",
15
+ "solara-ui==1.44.0",
16
+ "solara-server[starlette]==1.44.0",
17
17
  "pytest",
18
18
  "playwright; python_version > '3.6'",
19
19
  "pytest-playwright; python_version > '3.6'",