mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-12 20:55:47 +03:00
fix(deps): update dependency nicegui to v2.21.0
This commit is contained in:
parent
c6575b25df
commit
09b83359d6
1 changed files with 3 additions and 5 deletions
8
anvil/poetry.lock
generated
8
anvil/poetry.lock
generated
|
@ -1263,13 +1263,13 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "nicegui"
|
||||
version = "2.20.0"
|
||||
version = "2.21.0"
|
||||
description = "Create web-based user interfaces with Python. The nice way."
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.8"
|
||||
files = [
|
||||
{file = "nicegui-2.20.0-py3-none-any.whl", hash = "sha256:db550537e2664e916080bc381bf29d0659570e42cdceb224b94a418e4db85c8c"},
|
||||
{file = "nicegui-2.20.0.tar.gz", hash = "sha256:b238df9c3e9f915d6f74b005e5a66f40f0a7a0598bf9f8fcc5b03326b1b704f7"},
|
||||
{file = "nicegui-2.21.0-py3-none-any.whl", hash = "sha256:bf73ee9746f7b27c07103176d43ecfb2dbfedf4e3ce2ad2c672f0c80fdde0125"},
|
||||
{file = "nicegui-2.21.0.tar.gz", hash = "sha256:1d67744b2ba902121ba36e0954d3e4922034a6345670c5d2e32e61724b4bcd5a"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1289,10 +1289,8 @@ Pygments = ">=2.15.1,<3.0.0"
|
|||
python-engineio = ">=4.12.0"
|
||||
python-multipart = ">=0.0.18"
|
||||
python-socketio = {version = ">=5.10.0", extras = ["asyncio-client"]}
|
||||
requests = ">=2.32.4"
|
||||
starlette = {version = ">=0.45.3", markers = "python_version >= \"3.9\""}
|
||||
typing-extensions = ">=4.0.0"
|
||||
urllib3 = ">=1.26.18,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.0.2 || >2.0.2,<2.0.3 || >2.0.3,<2.0.4 || >2.0.4,<2.0.5 || >2.0.5,<2.0.6 || >2.0.6,<2.0.7 || >2.0.7,<2.1.0 || >2.1.0,<2.2.0 || >2.2.0,<2.2.1 || >2.2.1"
|
||||
uvicorn = {version = ">=0.22.0", extras = ["standard"]}
|
||||
vbuild = ">=0.8.2"
|
||||
watchfiles = ">=0.18.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue