From 58122a9459ca7522b7e41ff551c08f103bde6b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guti=C3=A9rrez=20Hermosillo=20Muriedas=2C=20Juan=20Pedro?= Date: Tue, 24 Oct 2023 11:08:44 +0200 Subject: [PATCH 1/4] fix: explicit utf-8 encoding in text report --- perun/io/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perun/io/io.py b/perun/io/io.py index 987240e..2a26b66 100644 --- a/perun/io/io.py +++ b/perun/io/io.py @@ -147,7 +147,7 @@ def exportTo( log.info(f"Overwriting existing file {output_path}") reportStr = textReport(dataNode, mr_id) # type: ignore - with open(output_path, fileType) as file: + with open(output_path, fileType, encoding="utf-8") as file: file.write(reportStr) From fcac0e10708d985ee48aadd6ddc8c99bc7326f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:22:40 +0200 Subject: [PATCH 2/4] build(deps): bump urllib3 from 2.0.3 to 2.0.7 in /examples/torch_mnist (#91) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.7. - [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/2.0.3...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/torch_mnist/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/torch_mnist/requirements.txt b/examples/torch_mnist/requirements.txt index 1eeb367..1d3108a 100644 --- a/examples/torch_mnist/requirements.txt +++ b/examples/torch_mnist/requirements.txt @@ -37,4 +37,4 @@ torchvision==0.15.2 triton==2.0.0 typing_extensions==4.7.1 tzdata==2023.3 -urllib3==2.0.3 +urllib3==2.0.7 From b0b8ec7460c89b264d9f2436ad4bdc0372a41f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:26:07 +0200 Subject: [PATCH 3/4] build(deps): bump certifi in /examples/torch_mnist (#92) Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JuanPedroGHM --- examples/torch_mnist/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/torch_mnist/requirements.txt b/examples/torch_mnist/requirements.txt index 1d3108a..ecb59a5 100644 --- a/examples/torch_mnist/requirements.txt +++ b/examples/torch_mnist/requirements.txt @@ -1,4 +1,4 @@ -certifi==2023.5.7 +certifi==2023.7.22 charset-normalizer==3.1.0 cmake==3.26.4 filelock==3.12.2 From b86104e42ab9701fcdb3144c859588245bd932c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:29:07 +0200 Subject: [PATCH 4/4] build(deps): bump pillow from 10.0.0 to 10.0.1 in /examples/torch_mnist (#93) Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JuanPedroGHM --- examples/torch_mnist/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/torch_mnist/requirements.txt b/examples/torch_mnist/requirements.txt index ecb59a5..279b2eb 100644 --- a/examples/torch_mnist/requirements.txt +++ b/examples/torch_mnist/requirements.txt @@ -23,7 +23,7 @@ nvidia-nccl-cu11==2.14.3 nvidia-nvtx-cu11==11.7.91 pandas==2.0.3 perun==0.4.0 -Pillow==10.0.0 +Pillow==10.0.1 psutil==5.9.5 py-cpuinfo==5.0.0 pynvml==11.5.0