chore(deps): bump nicegui from 2.9.0 to 2.9.1 in /anvil

Bumps [nicegui](https://github.com/zauberzeug/nicegui) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/zauberzeug/nicegui/releases)
- [Changelog](https://github.com/zauberzeug/nicegui/blob/main/release.dockerfile)
- [Commits](https://github.com/zauberzeug/nicegui/compare/v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: nicegui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-06 16:32:39 +00:00 committed by GitHub
parent 19f2cb0a45
commit 4bde17d578
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
anvil/poetry.lock generated
View file

@ -1160,13 +1160,13 @@ files = [
[[package]]
name = "nicegui"
version = "2.9.0"
version = "2.9.1"
description = "Create web-based user interfaces with Python. The nice way."
optional = false
python-versions = "<4.0,>=3.8"
files = [
{file = "nicegui-2.9.0-py3-none-any.whl", hash = "sha256:0780f8e8a470a8be98096a3fd4639c2c49645a8b63186ec8f0ede4aac35f18e6"},
{file = "nicegui-2.9.0.tar.gz", hash = "sha256:1d909a6a805f6339df2c2512725c151672692b476bcb0e44366d8ebee6741504"},
{file = "nicegui-2.9.1-py3-none-any.whl", hash = "sha256:5456f1de34c7d3b62d9349879855b99c6623ea67e4c0b5ff0635010ad3b57d22"},
{file = "nicegui-2.9.1.tar.gz", hash = "sha256:1cb944340353fefb6db0c6a27d10b43792fd400d3dbc748426efcef59192c250"},
]
[package.dependencies]
@ -1178,7 +1178,7 @@ fastapi = ">=0.109.1"
httpx = ">=0.24.0"
ifaddr = ">=0.2.0"
itsdangerous = ">=2.1.2,<3.0.0"
jinja2 = ">=3.1.4,<4.0.0"
jinja2 = ">=3.1.5,<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"
@ -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 = "82bd1d14ae6b732a7e29056041bab5be869eb1afc0f238e7e98b011d129fcff8"
content-hash = "881ec783f6877e3828b9c7646e47ac2fd7512df92c054a8ab3ca2fbfa43ad5a3"

View file

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