From 699e50b27e88bf0c999f38a3477a45073251f999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:24:19 +0000 Subject: [PATCH 1/6] Bump pillow from 10.0.1 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.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/10.0.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 031c30a..7699d44 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def read(file_name): 'numpy==1.26.3', 'tensorflow==2.11.1', 'tqdm==4.66.1', - 'Pillow==10.0.1', + 'Pillow==10.2.0', 'six==1.16.0' ] ) From adc4917b0d8ac4f87f401f5d562e59d1a9208c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:31:55 +0000 Subject: [PATCH 2/6] Bump numpy from 1.26.3 to 1.26.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 1.26.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7699d44..d1185fe 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def read(file_name): python_requires='>=3.8', install_requires=[ - 'numpy==1.26.3', + 'numpy==1.26.4', 'tensorflow==2.11.1', 'tqdm==4.66.1', 'Pillow==10.2.0', From 7a7c0cc67d55289002d01e5f388c80255daa7c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:52:39 +0000 Subject: [PATCH 3/6] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [tqdm](https://github.com/tqdm/tqdm) and [pillow](https://github.com/python-pillow/Pillow). Updates `tqdm` from 4.66.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) Updates `pillow` from 10.2.0 to 10.3.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/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7699d44..914e6ee 100644 --- a/setup.py +++ b/setup.py @@ -59,8 +59,8 @@ def read(file_name): install_requires=[ 'numpy==1.26.3', 'tensorflow==2.11.1', - 'tqdm==4.66.1', - 'Pillow==10.2.0', + 'tqdm==4.66.3', + 'Pillow==10.3.0', 'six==1.16.0' ] ) From ef66c4ff6bc6034323e9f2814d480a30dbff00f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:43:17 +0000 Subject: [PATCH 4/6] Bump tqdm from 4.66.1 to 4.66.4 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.4) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7699d44..de15c39 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read(file_name): install_requires=[ 'numpy==1.26.3', 'tensorflow==2.11.1', - 'tqdm==4.66.1', + 'tqdm==4.66.4', 'Pillow==10.2.0', 'six==1.16.0' ] From 16d9bd7bd400cd4f1547fcf123764eea6d0d48fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:02:52 +0000 Subject: [PATCH 5/6] Bump pillow from 10.3.0 to 10.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.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/10.3.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b21f80..7a41b52 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def read(file_name): 'numpy==1.26.4', 'tensorflow==2.11.1', 'tqdm==4.66.4', - 'Pillow==10.3.0', + 'Pillow==10.4.0', 'six==1.16.0' ] ) From 7f3e7aa5886738c6685fe760ca609b332ef30838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:09:58 +0000 Subject: [PATCH 6/6] Bump tqdm from 4.66.4 to 4.66.5 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.66.5. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.66.5) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b21f80..34fa572 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read(file_name): install_requires=[ 'numpy==1.26.4', 'tensorflow==2.11.1', - 'tqdm==4.66.4', + 'tqdm==4.66.5', 'Pillow==10.3.0', 'six==1.16.0' ]