fix(deps): update dependency nicegui to v2

This commit is contained in:
renovate[bot] 2025-01-05 07:13:21 +00:00 committed by GitHub
parent 77a4753ff3
commit a043aa9ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
anvil/poetry.lock generated
View file

@ -1160,13 +1160,13 @@ files = [
[[package]]
name = "nicegui"
version = "1.4.37"
version = "2.9.0"
description = "Create web-based user interfaces with Python. The nice way."
optional = false
python-versions = "<4.0,>=3.8"
files = [
{file = "nicegui-1.4.37-py3-none-any.whl", hash = "sha256:b63ae7cf89ace808fefba866b81514c59a04cff40447b6043640e259747179b6"},
{file = "nicegui-1.4.37.tar.gz", hash = "sha256:d55976d7c0c22a0797938cabc0ae534535b42aee9a6ce54d660be72628434f35"},
{file = "nicegui-2.9.0-py3-none-any.whl", hash = "sha256:0780f8e8a470a8be98096a3fd4639c2c49645a8b63186ec8f0ede4aac35f18e6"},
{file = "nicegui-2.9.0.tar.gz", hash = "sha256:1d909a6a805f6339df2c2512725c151672692b476bcb0e44366d8ebee6741504"},
]
[package.dependencies]
@ -1174,7 +1174,7 @@ aiofiles = ">=23.1.0"
aiohttp = ">=3.10.2"
certifi = ">=2024.07.04"
docutils = ">=0.19.0"
fastapi = ">=0.109.1,<0.110.0"
fastapi = ">=0.109.1"
httpx = ">=0.24.0"
ifaddr = ">=0.2.0"
itsdangerous = ">=2.1.2,<3.0.0"
@ -1182,7 +1182,7 @@ jinja2 = ">=3.1.4,<4.0.0"
markdown2 = ">=2.4.7,<2.4.11 || >2.4.11"
orjson = {version = ">=3.9.15", markers = "platform_machine != \"i386\" and platform_machine != \"i686\""}
Pygments = ">=2.15.1,<3.0.0"
python-multipart = ">=0.0.7"
python-multipart = ">=0.0.18"
python-socketio = {version = ">=5.10.0", extras = ["asyncio-client"]}
requests = ">=2.32.0"
typing-extensions = ">=4.0.0"
@ -1192,7 +1192,7 @@ vbuild = ">=0.8.2"
watchfiles = ">=0.18.1"
[package.extras]
highcharts = ["nicegui-highcharts (>=1.0.1,<2.0.0)"]
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)"]
@ -2637,4 +2637,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "fc8fddb49b96074221bc6eaf5f0bcb06f008e26c18d517d0c74909cba21fbce2"
content-hash = "82bd1d14ae6b732a7e29056041bab5be869eb1afc0f238e7e98b011d129fcff8"

View file

@ -10,7 +10,7 @@ readme = "../README.md"
python = "^3.11"
ansible-core = "^2.16"
jmespath = "^1.0"
nicegui = "^1.4.23"
nicegui = "^2.0.0"
ansible-runner = "^2.3.6"
requests = "^2.32.2"
pandas = "^2.2.2"