fix(deps): update dependency nicegui to v2.20.0

This commit is contained in:
renovate[bot] 2025-06-13 16:03:15 +00:00 committed by GitHub
parent dbf9ea8a83
commit 880c1408f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
anvil/poetry.lock generated
View file

@ -1218,14 +1218,14 @@ files = [
[[package]]
name = "nicegui"
version = "2.19.0"
version = "2.20.0"
description = "Create web-based user interfaces with Python. The nice way."
optional = false
python-versions = "<4.0,>=3.8"
groups = ["main"]
files = [
{file = "nicegui-2.19.0-py3-none-any.whl", hash = "sha256:942b14d40a388ddb60a2f1cb99a762691d8277d7bc654f70ba6669a7e326e5ed"},
{file = "nicegui-2.19.0.tar.gz", hash = "sha256:4af73221fb9004f82c1819aa4010fbfa3da3ee250a1b65815f8133e63bcc9f87"},
{file = "nicegui-2.20.0-py3-none-any.whl", hash = "sha256:db550537e2664e916080bc381bf29d0659570e42cdceb224b94a418e4db85c8c"},
{file = "nicegui-2.20.0.tar.gz", hash = "sha256:b238df9c3e9f915d6f74b005e5a66f40f0a7a0598bf9f8fcc5b03326b1b704f7"},
]
[package.dependencies]
@ -1245,13 +1245,12 @@ 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.0"
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"
wait_for2 = ">=0.3.2"
watchfiles = ">=0.18.1"
[package.extras]
@ -1965,19 +1964,19 @@ typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""}
[[package]]
name = "requests"
version = "2.32.3"
version = "2.32.4"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
{file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
{file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
]
[package.dependencies]
certifi = ">=2017.4.17"
charset-normalizer = ">=2,<4"
charset_normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"
@ -2433,17 +2432,6 @@ files = [
[package.dependencies]
pscript = ">=0.7.0,<0.8.0"
[[package]]
name = "wait-for2"
version = "0.3.2"
description = "Asyncio wait_for that can handle simultaneous cancellation and future completion."
optional = false
python-versions = "*"
groups = ["main"]
files = [
{file = "wait_for2-0.3.2.tar.gz", hash = "sha256:93863026dc35f3471104ecf7de1f4a0b31f4c8b12a2241c0d6ee26dcc0c2092a"},
]
[[package]]
name = "watchfiles"
version = "0.21.0"