pytest-ipywidgets 1.55.0__tar.gz → 1.56.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.55.0
3
+ Version: 1.56.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,14 +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
+ Requires-Python: >=3.8
31
31
  Requires-Dist: pillow
32
32
  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.55.0
37
- Requires-Dist: solara-ui==1.55.0
36
+ Requires-Dist: solara-server[starlette]==1.56.0
37
+ Requires-Dist: solara-ui==1.56.0
38
38
  Provides-Extra: all
39
39
  Requires-Dist: jupyterlab<4; extra == 'all'
40
40
  Requires-Dist: notebook<7; extra == 'all'
@@ -8,13 +8,13 @@ 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
+ requires-python = ">=3.8"
12
12
  classifiers = ["License :: OSI Approved :: MIT License"]
13
13
  dynamic = ["description"]
14
- version = "1.55.0"
14
+ version = "1.56.0"
15
15
  dependencies = [
16
- "solara-ui==1.55.0",
17
- "solara-server[starlette]==1.55.0",
16
+ "solara-ui==1.56.0",
17
+ "solara-server[starlette]==1.56.0",
18
18
  "pytest",
19
19
  "playwright",
20
20
  "pytest-playwright",