mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-12 01:33:43 +03:00
Merge pull request #86 from ublue-os/renovate/nicegui-2.x-lockfile
Some checks failed
Generate Changelog / release-please (push) Has been cancelled
Some checks failed
Generate Changelog / release-please (push) Has been cancelled
fix(deps): update dependency nicegui to v2.10.0
This commit is contained in:
commit
e1f308c826
7
anvil/poetry.lock
generated
7
anvil/poetry.lock
generated
|
@ -1157,13 +1157,13 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "nicegui"
|
||||
version = "2.9.1"
|
||||
version = "2.10.0"
|
||||
description = "Create web-based user interfaces with Python. The nice way."
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.8"
|
||||
files = [
|
||||
{file = "nicegui-2.9.1-py3-none-any.whl", hash = "sha256:5456f1de34c7d3b62d9349879855b99c6623ea67e4c0b5ff0635010ad3b57d22"},
|
||||
{file = "nicegui-2.9.1.tar.gz", hash = "sha256:1cb944340353fefb6db0c6a27d10b43792fd400d3dbc748426efcef59192c250"},
|
||||
{file = "nicegui-2.10.0-py3-none-any.whl", hash = "sha256:9d5a1199b85ce879e04340748a66924eaf1ec189c495a348afabd23d10206ad1"},
|
||||
{file = "nicegui-2.10.0.tar.gz", hash = "sha256:d09fe3bb815cb5e0129f4db04df03867bcdb7341059ea22a63e7bf4b6562a8b9"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1193,6 +1193,7 @@ highcharts = ["nicegui-highcharts (>=2.0.2,<3.0.0)"]
|
|||
matplotlib = ["matplotlib (>=3.5.0,<4.0.0)"]
|
||||
native = ["pywebview (>=5.0.1,<6.0.0)"]
|
||||
plotly = ["plotly (>=5.13.0,<6.0.0)"]
|
||||
redis = ["redis (>=4.0.0)"]
|
||||
sass = ["libsass (>=0.23.0,<0.24.0)"]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Reference in a new issue