From 37c32b5d2f732ec9305daf69f4624bb1814717a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:03:03 +0000 Subject: [PATCH] chore(deps): update dependency nicegui to >=1.4.36 --- pdm.lock | 24 ++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pdm.lock b/pdm.lock index 2fb4583ba..eb45fa2f6 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "code_gen", "desktop", "docs", "i18n", "linting", "lxml", "packaging", "ruamel_yaml", "test", "ujson", "upath", "webui"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:71cb123439c93b339898115a00ea1219924ddfaf5c15ebbbfbf55d112795798a" +content_hash = "sha256:eaaedf91b198181b8df1c6d211e3baa380d55ca7bda26473f28a8ec9fa744759" [[metadata.targets]] requires_python = ">=3.9,<3.13" @@ -1258,7 +1258,7 @@ files = [ [[package]] name = "importlib-metadata" -version = "8.2.0" +version = "8.4.0" requires_python = ">=3.8" summary = "Read metadata from Python packages" groups = ["docs", "packaging"] @@ -1268,8 +1268,8 @@ dependencies = [ "zipp>=0.5", ] files = [ - {file = "importlib_metadata-8.2.0-py3-none-any.whl", hash = "sha256:11901fa0c2f97919b288679932bb64febaeacf289d18ac84dd68cb2e74213369"}, - {file = "importlib_metadata-8.2.0.tar.gz", hash = "sha256:72e8d4399996132204f9a16dcc751af254a48f8d1b20b9ff0f98d4a8f901e73d"}, + {file = "importlib_metadata-8.4.0-py3-none-any.whl", hash = "sha256:66f342cc6ac9818fc6ff340576acd24d65ba0b3efabb2b4ac08b598965a4a2f1"}, + {file = "importlib_metadata-8.4.0.tar.gz", hash = "sha256:9a547d3bc3608b025f93d403fdd1aae741c24fbb8314df4b155675742ce303c5"}, ] [[package]] @@ -1889,7 +1889,7 @@ files = [ [[package]] name = "nicegui" -version = "1.4.35" +version = "1.4.36" requires_python = "<4.0,>=3.8" summary = "Create web-based user interfaces with Python. The nice way." groups = ["webui"] @@ -1898,7 +1898,7 @@ dependencies = [ "aiofiles>=23.1.0", "aiohttp>=3.10.2", "certifi>=2024.07.04", - "docutils<0.20,>=0.19", + "docutils>=0.19.0", "fastapi<0.110.0,>=0.109.1", "httpx>=0.24.0", "ifaddr>=0.2.0", @@ -1916,24 +1916,24 @@ dependencies = [ "watchfiles>=0.18.1", ] files = [ - {file = "nicegui-1.4.35-py3-none-any.whl", hash = "sha256:ece63efcc1850bb767b751a066ebb4293f2b7e0b887f7494dc7f508514e52473"}, - {file = "nicegui-1.4.35.tar.gz", hash = "sha256:7960a72fc28876f9377e9047fbf94e5752cc532d93f898b171679ca08e06ebd4"}, + {file = "nicegui-1.4.36-py3-none-any.whl", hash = "sha256:c25d29994cdec51ec83b705475c89ab49de70a40b55d329d3d6a14e61927efeb"}, + {file = "nicegui-1.4.36.tar.gz", hash = "sha256:190014d896740365bca72b08b318e9340224634fc08fe1c29b4dea24ff8d5982"}, ] [[package]] name = "nicegui" -version = "1.4.35" +version = "1.4.36" extras = ["native"] requires_python = "<4.0,>=3.8" summary = "Create web-based user interfaces with Python. The nice way." groups = ["webui"] dependencies = [ - "nicegui==1.4.35", + "nicegui==1.4.36", "pywebview<6.0.0,>=5.0.1", ] files = [ - {file = "nicegui-1.4.35-py3-none-any.whl", hash = "sha256:ece63efcc1850bb767b751a066ebb4293f2b7e0b887f7494dc7f508514e52473"}, - {file = "nicegui-1.4.35.tar.gz", hash = "sha256:7960a72fc28876f9377e9047fbf94e5752cc532d93f898b171679ca08e06ebd4"}, + {file = "nicegui-1.4.36-py3-none-any.whl", hash = "sha256:c25d29994cdec51ec83b705475c89ab49de70a40b55d329d3d6a14e61927efeb"}, + {file = "nicegui-1.4.36.tar.gz", hash = "sha256:190014d896740365bca72b08b318e9340224634fc08fe1c29b4dea24ff8d5982"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index cf48a4d58..f64325107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ upath = [ ruamel_yaml = ["ruamel.yaml>=0.18.6"] lxml = ["lxml>=5.3.0"] webui = [ - "nicegui[native]>=1.4.35", + "nicegui[native]>=1.4.36", "libresvip[upath]", ] desktop = [