pytest-ipywidgets 1.43.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.43.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
@@ -32,8 +32,8 @@ Requires-Dist: pixelmatch
32
32
  Requires-Dist: playwright; python_version > '3.6'
33
33
  Requires-Dist: pytest
34
34
  Requires-Dist: pytest-playwright; python_version > '3.6'
35
- Requires-Dist: solara-server[starlette]==1.43.0
36
- Requires-Dist: solara-ui==1.43.0
35
+ Requires-Dist: solara-server[starlette]==1.44.0
36
+ Requires-Dist: solara-ui==1.44.0
37
37
  Provides-Extra: all
38
38
  Requires-Dist: jupyterlab<4; extra == 'all'
39
39
  Requires-Dist: notebook<7; extra == 'all'
@@ -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.43.0"
13
+ version = "1.44.0"
14
14
  dependencies = [
15
- "solara-ui==1.43.0",
16
- "solara-server[starlette]==1.43.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'",