From 08dfed6451ddb0f31e56055a4485da7279f957f5 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Thu, 5 Dec 2024 12:15:14 -0800 Subject: [PATCH 1/2] Use requirements.txt.in --- webapp/requirements-locked.txt | 77 --------------------------- webapp/requirements.txt | 95 +++++++++++++++++++++++++++++++++- webapp/requirements.txt.in | 3 ++ 3 files changed, 96 insertions(+), 79 deletions(-) delete mode 100644 webapp/requirements-locked.txt create mode 100644 webapp/requirements.txt.in diff --git a/webapp/requirements-locked.txt b/webapp/requirements-locked.txt deleted file mode 100644 index e788711f..00000000 --- a/webapp/requirements-locked.txt +++ /dev/null @@ -1,77 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.11 -# by the following command: -# -# pip-compile --output-file=requirements-locked.txt requirements.txt -# -anyio==4.7.0 - # via - # starlette - # watchfiles -appdirs==1.4.4 - # via - # shiny - # shinylive -asgiref==3.8.1 - # via shiny -astral==2.2 - # via -r requirements.txt -click==8.1.7 - # via - # shiny - # shinylive - # uvicorn -h11==0.14.0 - # via uvicorn -htmltools==0.6.0 - # via - # shiny - # shinyswatch -idna==3.10 - # via anyio -linkify-it-py==2.0.3 - # via shiny -markdown-it-py==3.0.0 - # via - # mdit-py-plugins - # shiny -mdit-py-plugins==0.4.2 - # via shiny -mdurl==0.1.2 - # via markdown-it-py -packaging==24.2 - # via - # htmltools - # shinyswatch -python-multipart==0.0.19 - # via shiny -pytz==2024.2 - # via astral -shiny==1.2.1 - # via - # -r requirements.txt - # shinylive - # shinyswatch -shinylive==0.7.1 - # via -r requirements.txt -shinyswatch==0.8.0 - # via -r requirements.txt -sniffio==1.3.1 - # via anyio -starlette==0.41.3 - # via shiny -typing-extensions==4.12.2 - # via - # htmltools - # shiny - # shinyswatch -uc-micro-py==1.0.3 - # via linkify-it-py -uvicorn==0.32.1 - # via shiny -watchfiles==1.0.0 - # via shiny -websockets==14.1 - # via shiny -xstatic-bootswatch==3.3.7.0 - # via shinyswatch diff --git a/webapp/requirements.txt b/webapp/requirements.txt index 413a85d1..c91dc748 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -1,4 +1,95 @@ -shinylive==0.7.1 +# This file was autogenerated by uv via the following command: +# uv pip compile --output-file=requirements.txt requirements.txt.in +anyio==4.7.0 + # via + # starlette + # watchfiles +appdirs==1.4.4 + # via + # shiny + # shinylive +asgiref==3.8.1 + # via shiny astral==2.2 -shinyswatch==0.8.0 + # via -r requirements.txt.in +chevron==0.14.0 + # via shinylive +click==8.1.7 + # via + # shiny + # shinylive + # uvicorn +future==1.0.0 + # via lzstring +h11==0.14.0 + # via uvicorn +htmltools==0.6.0 + # via + # shiny + # shinyswatch +idna==3.10 + # via anyio +linkify-it-py==2.0.3 + # via shiny +lzstring==1.0.4 + # via shinylive +markdown-it-py==3.0.0 + # via + # mdit-py-plugins + # shiny +mdit-py-plugins==0.4.2 + # via shiny +mdurl==0.1.2 + # via markdown-it-py +narwhals==1.15.2 + # via shiny +orjson==3.10.12 + # via shiny +packaging==24.2 + # via + # htmltools + # shiny + # shinyswatch +prompt-toolkit==3.0.36 + # via + # questionary + # shiny +python-multipart==0.0.19 + # via shiny +pytz==2024.2 + # via astral +questionary==2.0.1 + # via shiny +setuptools==75.6.0 + # via + # shiny + # shinylive shiny==1.2.1 + # via + # shinylive + # shinyswatch +shinylive==0.7.1 + # via -r requirements.txt.in +shinyswatch==0.8.0 + # via -r requirements.txt.in +sniffio==1.3.1 + # via anyio +starlette==0.41.3 + # via shiny +typing-extensions==4.12.2 + # via + # anyio + # htmltools + # shiny + # shinylive + # shinyswatch +uc-micro-py==1.0.3 + # via linkify-it-py +uvicorn==0.32.1 + # via shiny +watchfiles==1.0.0 + # via shiny +wcwidth==0.2.13 + # via prompt-toolkit +websockets==14.1 + # via shiny diff --git a/webapp/requirements.txt.in b/webapp/requirements.txt.in new file mode 100644 index 00000000..f497a9b8 --- /dev/null +++ b/webapp/requirements.txt.in @@ -0,0 +1,3 @@ +shinylive==0.7.1 +astral==2.2 +shinyswatch==0.8.0 From 3b1ae3a203d3c47f43e7f1da62d00054c8a10727 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:15:44 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20prompt-toolki?= =?UTF-8?q?t=20to=20v3.0.48?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index c91dc748..d69db9eb 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -50,7 +50,7 @@ packaging==24.2 # htmltools # shiny # shinyswatch -prompt-toolkit==3.0.36 +prompt-toolkit==3.0.48 # via # questionary # shiny