pytest-ipywidgets 1.44.1__tar.gz → 1.46.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.44.1
3
+ Version: 1.46.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
@@ -27,13 +27,14 @@ License: The MIT License (MIT)
27
27
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28
28
  THE SOFTWARE.
29
29
  Classifier: License :: OSI Approved :: MIT License
30
+ Requires-Python: >=3.7
30
31
  Requires-Dist: pillow
31
32
  Requires-Dist: pixelmatch
32
- Requires-Dist: playwright; python_version > '3.6'
33
+ Requires-Dist: playwright
33
34
  Requires-Dist: pytest
34
- Requires-Dist: pytest-playwright; python_version > '3.6'
35
- Requires-Dist: solara-server[starlette]==1.44.1
36
- Requires-Dist: solara-ui==1.44.1
35
+ Requires-Dist: pytest-playwright
36
+ Requires-Dist: solara-server[starlette]==1.46.0
37
+ Requires-Dist: solara-ui==1.46.0
37
38
  Provides-Extra: all
38
39
  Requires-Dist: jupyterlab<4; extra == 'all'
39
40
  Requires-Dist: notebook<7; extra == 'all'
@@ -8,15 +8,16 @@ name = "pytest-ipywidgets"
8
8
  readme = "README.md"
9
9
  authors = [{name = "Maarten A. Breddels", email = "maartenbreddels@gmail.com"}]
10
10
  license = {file = "LICENSE"}
11
+ requires-python = ">=3.7"
11
12
  classifiers = ["License :: OSI Approved :: MIT License"]
12
13
  dynamic = ["description"]
13
- version = "1.44.1"
14
+ version = "1.46.0"
14
15
  dependencies = [
15
- "solara-ui==1.44.1",
16
- "solara-server[starlette]==1.44.1",
16
+ "solara-ui==1.46.0",
17
+ "solara-server[starlette]==1.46.0",
17
18
  "pytest",
18
- "playwright; python_version > '3.6'",
19
- "pytest-playwright; python_version > '3.6'",
19
+ "playwright",
20
+ "pytest-playwright",
20
21
  "pillow",
21
22
  "pixelmatch",
22
23
  ]