From d19f0243a15bf27fd6004dbae12c82412be4e502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:46:19 +0000 Subject: [PATCH 01/11] Bump pillow from 10.3.0 to 11.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 11.0.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...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 7c8ca7f610..338a22d896 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ scipy==1.10.1 matplotlib==3.7.1 scikit-learn==1.4.1.post1 six==1.16.0 -Pillow==10.3.0 +Pillow==11.0.0 tqdm==4.66.4 statsmodels==0.14.2 pydub==0.25.1 From c51ec58806b19b47ded37d2773baecf1f7370eb9 Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Sat, 14 Dec 2024 00:17:12 +0100 Subject: [PATCH 02/11] Ignore typing Signed-off-by: Beat Buesser --- art/estimators/object_tracking/pytorch_goturn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/art/estimators/object_tracking/pytorch_goturn.py b/art/estimators/object_tracking/pytorch_goturn.py index f4a2129d72..fced75e896 100644 --- a/art/estimators/object_tracking/pytorch_goturn.py +++ b/art/estimators/object_tracking/pytorch_goturn.py @@ -796,7 +796,7 @@ def track(self, img_files: list[str], box: np.ndarray, visualize: bool = False) for i_f, img_file in enumerate(img_files): image = Image.open(img_file) if not image.mode == "RGB": - image = image.convert("RGB") + image = image.convert("RGB") # type: ignore start_time = time.time() if i_f == 0: From 07e11c2e5cdffb01da052b951bddf86a0860a4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:48:41 +0000 Subject: [PATCH 03/11] Bump librosa from 0.10.1 to 0.10.2.post1 Bumps [librosa](https://github.com/librosa/librosa) from 0.10.1 to 0.10.2.post1. - [Release notes](https://github.com/librosa/librosa/releases) - [Changelog](https://github.com/librosa/librosa/blob/main/docs/changelog.rst) - [Commits](https://github.com/librosa/librosa/compare/0.10.1...0.10.2.post1) --- updated-dependencies: - dependency-name: librosa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index d87b4dfe69..888635530d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -13,7 +13,7 @@ resampy==0.4.3 ffmpeg-python==0.2.0 cma==3.3.0 pandas==2.2.2 -librosa==0.10.1 +librosa==0.10.2.post1 numba~=0.56.4 opencv-python sortedcontainers==2.4.0 From 9da1f329d17ec9500df8a42727c49f3e223610a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 07:14:25 +0000 Subject: [PATCH 04/11] Bump docker/build-push-action from 6.10.0 to 6.12.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.12.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/48aba3b46d1b1fec4febb7c5d0c644b249a11355...67a2d409c0a876cbe6b11854e3e25193efe4e62d) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index a5fd7e7a22..11634e58f6 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -38,7 +38,7 @@ jobs: type=semver,pattern={{version}} - name: Build and push Docker image - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d with: context: . push: true From d224e21425ba6fdb6d8088933c07900f4dae7ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:44:07 +0000 Subject: [PATCH 05/11] Update pytest-cov requirement from ~=5.0.0 to ~=6.0.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 888635530d..d758c6939a 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -53,7 +53,7 @@ jax[cpu]==0.4.26 # tests and style checking pytest~=8.3.2 pytest-mock~=3.14.0 -pytest-cov~=5.0.0 +pytest-cov~=6.0.0 pylint==3.2.6 mypy==1.11.1 pycodestyle==2.12.1 From 3eb31801dfe26d8ca101d726f0243f42a65229bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:12:04 +0000 Subject: [PATCH 06/11] Bump six from 1.16.0 to 1.17.0 Bumps [six](https://github.com/benjaminp/six) from 1.16.0 to 1.17.0. - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0) --- updated-dependencies: - dependency-name: six dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index d758c6939a..1230fc7369 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -4,7 +4,7 @@ numpy>=1.18.5,<1.27 scipy==1.10.1 matplotlib==3.7.1 scikit-learn==1.4.1.post1 -six==1.16.0 +six==1.17.0 Pillow==10.3.0 tqdm==4.67.1 statsmodels==0.14.2 From 0b346fd97bd4960ed1b7a8b9759f9caaf7651d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:42:43 +0000 Subject: [PATCH 07/11] Bump pandas from 2.2.2 to 2.2.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 1230fc7369..ac2a754434 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -12,7 +12,7 @@ pydub==0.25.1 resampy==0.4.3 ffmpeg-python==0.2.0 cma==3.3.0 -pandas==2.2.2 +pandas==2.2.3 librosa==0.10.2.post1 numba~=0.56.4 opencv-python From 5ee8b447c1c7cd7700d17de6e67d21d8a00c35c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:05:56 +0000 Subject: [PATCH 08/11] Bump cma from 3.3.0 to 4.0.0 Bumps [cma](https://github.com/CMA-ES/pycma) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/CMA-ES/pycma/releases) - [Commits](https://github.com/CMA-ES/pycma/compare/r3.3.0...r4.0.0) --- updated-dependencies: - dependency-name: cma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index ac2a754434..c9f2d17734 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -11,7 +11,7 @@ statsmodels==0.14.2 pydub==0.25.1 resampy==0.4.3 ffmpeg-python==0.2.0 -cma==3.3.0 +cma==4.0.0 pandas==2.2.3 librosa==0.10.2.post1 numba~=0.56.4 From 9dfaf54ba5093549ad01ddce35be5d9e9f828f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 07:41:25 +0000 Subject: [PATCH 09/11] Update kornia requirement from ~=0.7.1 to ~=0.8.0 Updates the requirements on [kornia](https://github.com/kornia/kornia) to permit the latest version. - [Release notes](https://github.com/kornia/kornia/releases) - [Changelog](https://github.com/kornia/kornia/blob/main/CHANGELOG.md) - [Commits](https://github.com/kornia/kornia/compare/v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: kornia dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 3ffa7c8812..9ec6a39b2e 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -43,7 +43,7 @@ GPy==1.13.1 lightgbm==4.3.0 xgboost==2.1.1 -kornia~=0.7.1 +kornia~=0.8.0 tensorboardX==2.6.2.2 lief==0.15.1 jax[cpu]==0.4.26 From 7aa8d7bcbdef06d90a0d31576f0c590d00b7a246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:53:08 +0000 Subject: [PATCH 10/11] Bump pillow from 11.0.0 to 11.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.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/11.0.0...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 9ec6a39b2e..5d5a566184 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ scipy==1.10.1 matplotlib==3.7.1 scikit-learn==1.4.1.post1 six==1.17.0 -Pillow==11.0.0 +Pillow==11.1.0 tqdm==4.67.1 statsmodels==0.14.2 pydub==0.25.1 From 9aaab2c74f7109e4520349fe0961439ae6e963bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:02:45 +0000 Subject: [PATCH 11/11] Bump gpy from 1.13.1 to 1.13.2 Bumps [gpy](https://github.com/SheffieldML/GPy) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/SheffieldML/GPy/releases) - [Changelog](https://github.com/SheffieldML/GPy/blob/devel/CHANGELOG.md) - [Commits](https://github.com/SheffieldML/GPy/compare/v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: gpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 5d5a566184..5b5f066942 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -39,7 +39,7 @@ torchvision==0.20.0 timm==0.9.2 catboost==1.2.3 -GPy==1.13.1 +GPy==1.13.2 lightgbm==4.3.0 xgboost==2.1.1