Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot] 76459ebd1a
Merge f0f5fecf0a into 41406edd41 2025-03-04 11:42:58 +00:00
renovate[bot] f0f5fecf0a
fix(deps): update dependency nicegui to v2.12.1 2025-03-04 11:42:55 +00:00

27
anvil/poetry.lock generated
View file

@ -896,13 +896,13 @@ files = [
[[package]]
name = "jinja2"
version = "3.1.6"
version = "3.1.5"
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
files = [
{file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"},
{file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"},
{file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"},
{file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"},
]
[package.dependencies]
@ -1165,13 +1165,13 @@ files = [
[[package]]
name = "nicegui"
version = "2.13.0"
version = "2.12.1"
description = "Create web-based user interfaces with Python. The nice way."
optional = false
python-versions = "<4.0,>=3.8"
files = [
{file = "nicegui-2.13.0-py3-none-any.whl", hash = "sha256:2343d37885df2c2e388a4f4c3f0ce9b308be02e16b0303108471a1a38fe3508f"},
{file = "nicegui-2.13.0.tar.gz", hash = "sha256:a2b391c788f15d06baed286a10651a1595f696fc2ac85e234391b14268abea4b"},
{file = "nicegui-2.12.1-py3-none-any.whl", hash = "sha256:0f55bd1676402fe8ef527fa59ec5c48a066f7a2ee040fd47d2d360eaec8448e5"},
{file = "nicegui-2.12.1.tar.gz", hash = "sha256:9f810b45896fcb301426c01693d17607dd4e3b07e2eb711bbee0f8408b3c1213"},
]
[package.dependencies]
@ -1183,14 +1183,13 @@ fastapi = ">=0.109.1"
httpx = ">=0.24.0"
ifaddr = ">=0.2.0"
itsdangerous = ">=2.1.2,<3.0.0"
jinja2 = ">=3.1.6,<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"
python-multipart = ">=0.0.18"
python-socketio = {version = ">=5.10.0", extras = ["asyncio-client"]}
requests = ">=2.32.0"
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"]}
@ -2156,20 +2155,20 @@ files = [
[[package]]
name = "starlette"
version = "0.45.3"
version = "0.40.0"
description = "The little ASGI library that shines."
optional = false
python-versions = ">=3.9"
python-versions = ">=3.8"
files = [
{file = "starlette-0.45.3-py3-none-any.whl", hash = "sha256:dfb6d332576f136ec740296c7e8bb8c8a7125044e7c6da30744718880cdd059d"},
{file = "starlette-0.45.3.tar.gz", hash = "sha256:2cbcba2a75806f8a41c722141486f37c28e30a0921c5f6fe4346cb0dcee1302f"},
{file = "starlette-0.40.0-py3-none-any.whl", hash = "sha256:c494a22fae73805376ea6bf88439783ecfba9aac88a43911b48c653437e784c4"},
{file = "starlette-0.40.0.tar.gz", hash = "sha256:1a3139688fb298ce5e2d661d37046a66ad996ce94be4d4983be019a23a04ea35"},
]
[package.dependencies]
anyio = ">=3.6.2,<5"
anyio = ">=3.4.0,<5"
[package.extras]
full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.18)", "pyyaml"]
full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7)", "pyyaml"]
[[package]]
name = "subprocess-tee"