From 5b66a8d0b098730d16c3a6114658ca0b0d9de5d2 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Sun, 1 Jan 2023 13:10:09 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20update=20LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2d4eaf2..e71eef1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ All Rights Reserved -Copyright (c) 2022 DAITA Technologies +Copyright (c) 2022-2023 DAITA Technologies THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, From 1910a95ef309052c48e5a832ab7a88f2b84bac8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 19:10:50 +0000 Subject: [PATCH 2/2] Bump pillow from 9.2.0 to 9.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.4.0. - [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/9.2.0...9.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-cpu.txt | 2 +- requirements-gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-cpu.txt b/requirements-cpu.txt index e503987..649df7e 100644 --- a/requirements-cpu.txt +++ b/requirements-cpu.txt @@ -5,7 +5,7 @@ fastapi==0.81.0 imageio==2.21.2 kornia==0.6.6 opencv-python==4.6.0.66 -Pillow==9.2.0 +Pillow==9.4.0 scikit-image==0.19.3 scipy==1.9.1 pandas==1.4.3 diff --git a/requirements-gpu.txt b/requirements-gpu.txt index 492895c..c73a697 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -5,7 +5,7 @@ fastapi==0.81.0 imageio==2.21.2 kornia==0.6.6 opencv-python==4.6.0.66 -Pillow==9.2.0 +Pillow==9.4.0 scikit-image==0.19.3 scipy==1.9.1 numpy