From 763355c32ff94c4b6d9e47a88ab2141c969d093e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 18 Feb 2021 20:59:54 +0100 Subject: [PATCH 1/5] Update requirements-frozen.txt to be consistent with https://github.com/YunoHost-Apps/yunorunner_ynh_core/blob/7b3acfc9b28b6ed33a1590ae16261d7dd3b5b06a/scripts/install#L131 --- requirements-frozen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-frozen.txt b/requirements-frozen.txt index 1b8f4d0..d49578a 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -18,5 +18,5 @@ sanic-jinja2==0.7.2 ujson==1.35 urllib3==1.24.2 uvloop==0.11.3 -websockets==6.0 +websockets>=6.0,<7.0 yarl==1.3.0 From 33bc57ea203f3bc50b4bb70193fefc57fa1c7bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 02:24:26 +0000 Subject: [PATCH 2/5] Bump aiohttp from 3.4.4 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.4.4 to 3.7.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.4.4...v3.7.4) Signed-off-by: dependabot[bot] --- requirements-frozen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-frozen.txt b/requirements-frozen.txt index 1b8f4d0..f5ae856 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -1,5 +1,5 @@ aiofiles==0.4.0 -aiohttp==3.4.4 +aiohttp==3.7.4 argh==0.26.2 async-timeout==3.0.1 attrs==18.2.0 From 8d6ae445ae8cfed4b53828fdfe0beeb2e10dde19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 00:44:43 +0000 Subject: [PATCH 3/5] Bump jinja2 from 2.10.1 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.1...2.11.3) Signed-off-by: dependabot[bot] --- requirements-frozen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-frozen.txt b/requirements-frozen.txt index 1b8f4d0..4c1c607 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -8,7 +8,7 @@ chardet==3.0.4 httptools==0.0.11 idna==2.8 idna-ssl==1.1.0 -Jinja2==2.10.1 +Jinja2==2.11.3 MarkupSafe==1.1.0 multidict==4.5.2 peewee==3.7.1 From 36c61110af3de21e9f87094e1ae5f7ea52af7cc5 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 29 Mar 2021 20:40:28 +0200 Subject: [PATCH 4/5] Update run.py Would solve error during pepette_ynh test --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index f1ff037..d7ba8cc 100644 --- a/run.py +++ b/run.py @@ -404,7 +404,7 @@ async def run_job(worker, job): data = await command.stdout.readline() try: - job.log += data.decode() + job.log += data.decode('utf-8', 'replace') except UnicodeDecodeError as e: job.log += "Uhoh ?! UnicodeDecodeError in yunorunner !?" job.log += str(e) From 2a732abfb5a533c54bcf9137b64f69e962368df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:32:21 +0000 Subject: [PATCH 5/5] Bump urllib3 from 1.24.2 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-frozen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-frozen.txt b/requirements-frozen.txt index 1b8f4d0..6b8eae6 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -16,7 +16,7 @@ requests==2.21.0 sanic==19.3.1 sanic-jinja2==0.7.2 ujson==1.35 -urllib3==1.24.2 +urllib3==1.26.5 uvloop==0.11.3 websockets==6.0 yarl==1.3.0