pytest-ipywidgets 1.57.0__tar.gz → 1.57.1__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.
@@ -67,6 +67,7 @@ python/.idea
67
67
  test/.idea
68
68
  venv
69
69
  .venv
70
+ uv.lock
70
71
  tmp
71
72
  python/vaex/version.py # gets generated
72
73
  **/*.egg-info/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-ipywidgets
3
- Version: 1.57.0
3
+ Version: 1.57.1
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
@@ -33,8 +33,8 @@ Requires-Dist: pixelmatch
33
33
  Requires-Dist: playwright
34
34
  Requires-Dist: pytest
35
35
  Requires-Dist: pytest-playwright
36
- Requires-Dist: solara-server[starlette]==1.57.0
37
- Requires-Dist: solara-ui==1.57.0
36
+ Requires-Dist: solara-server[starlette]==1.57.1
37
+ Requires-Dist: solara-ui==1.57.1
38
38
  Provides-Extra: all
39
39
  Requires-Dist: jupyterlab<4; extra == 'all'
40
40
  Requires-Dist: notebook<7; extra == 'all'
@@ -11,10 +11,10 @@ license = {file = "LICENSE"}
11
11
  requires-python = ">=3.8"
12
12
  classifiers = ["License :: OSI Approved :: MIT License"]
13
13
  dynamic = ["description"]
14
- version = "1.57.0"
14
+ version = "1.57.1"
15
15
  dependencies = [
16
- "solara-ui==1.57.0",
17
- "solara-server[starlette]==1.57.0",
16
+ "solara-ui==1.57.1",
17
+ "solara-server[starlette]==1.57.1",
18
18
  "pytest",
19
19
  "playwright",
20
20
  "pytest-playwright",