Merge pull request #109 from ublue-os/renovate/nicegui-2.x-lockfile
Some checks are pending
Generate Changelog / release-please (push) Waiting to run

This commit is contained in:
Jorge O. Castro 2025-04-18 13:24:31 +01:00 committed by GitHub
commit b9f1919aa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
anvil/poetry.lock generated
View file

@ -1166,13 +1166,13 @@ files = [
[[package]] [[package]]
name = "nicegui" name = "nicegui"
version = "2.14.1" version = "2.15.0"
description = "Create web-based user interfaces with Python. The nice way." description = "Create web-based user interfaces with Python. The nice way."
optional = false optional = false
python-versions = "<4.0,>=3.8" python-versions = "<4.0,>=3.8"
files = [ files = [
{file = "nicegui-2.14.1-py3-none-any.whl", hash = "sha256:3c5d7f71db4b26d1df0784acadd352b221c33ab85f0d3974f3a3ffdb622b9fc5"}, {file = "nicegui-2.15.0-py3-none-any.whl", hash = "sha256:0e401108447ae0e6b0a77c1de2611b67c4508f095a6f34d98a4640a2e17e2a08"},
{file = "nicegui-2.14.1.tar.gz", hash = "sha256:cc8b34fe25eab8f2bf9f4399e93d811b285f44ee684a45cd6f4c14853fcdcdf5"}, {file = "nicegui-2.15.0.tar.gz", hash = "sha256:0b63bcf9634744d285aa618f74c4d57ea7264fd8f8a9e331cf10d528ba37355c"},
] ]
[package.dependencies] [package.dependencies]
@ -1188,6 +1188,7 @@ jinja2 = ">=3.1.6,<4.0.0"
markdown2 = ">=2.4.7,<2.4.11 || >2.4.11" markdown2 = ">=2.4.7,<2.4.11 || >2.4.11"
orjson = {version = ">=3.9.15", markers = "platform_machine != \"i386\" and platform_machine != \"i686\""} orjson = {version = ">=3.9.15", markers = "platform_machine != \"i386\" and platform_machine != \"i686\""}
Pygments = ">=2.15.1,<3.0.0" Pygments = ">=2.15.1,<3.0.0"
python-engineio = ">=4.12.0"
python-multipart = ">=0.0.18" python-multipart = ">=0.0.18"
python-socketio = {version = ">=5.10.0", extras = ["asyncio-client"]} python-socketio = {version = ">=5.10.0", extras = ["asyncio-client"]}
requests = ">=2.32.0" requests = ">=2.32.0"
@ -1741,13 +1742,13 @@ cli = ["click (>=5.0)"]
[[package]] [[package]]
name = "python-engineio" name = "python-engineio"
version = "4.9.0" version = "4.12.0"
description = "Engine.IO server and client for Python" description = "Engine.IO server and client for Python"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "python-engineio-4.9.0.tar.gz", hash = "sha256:e87459c15638e567711fd156e6f9c4a402668871bed79523f0ecfec744729ec7"}, {file = "python_engineio-4.12.0-py3-none-any.whl", hash = "sha256:a0c47c129c39777e8ebc6d18011efd50db2144e4e8f08983acae8a3614626535"},
{file = "python_engineio-4.9.0-py3-none-any.whl", hash = "sha256:979859bff770725b75e60353d7ae53b397e8b517d05ba76733b404a3dcca3e4c"}, {file = "python_engineio-4.12.0.tar.gz", hash = "sha256:f42a36a868d7063aa10ddccf6bd6117a169b6bd00d7ca53999772093b62014f9"},
] ]
[package.dependencies] [package.dependencies]