From 605db2b385f466e52adfeffc4b6c9016e67fee85 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:04 +0200 Subject: [PATCH 01/13] Update sphinx from 7.3.7 to 9.1.0 --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 8d2a7352..8c43682e 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,4 +1,4 @@ -sphinx==7.3.7 +sphinx==9.1.0 furo==2024.5.6 sphinx-autobuild==2024.4.16 sphinx-copybutton==0.5.2 From 786862c2a2ec40fdf256dfca30518b14a2455829 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:05 +0200 Subject: [PATCH 02/13] Update furo from 2024.5.6 to 2025.12.19 --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 8c43682e..8e710278 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,5 +1,5 @@ sphinx==9.1.0 -furo==2024.5.6 +furo==2025.12.19 sphinx-autobuild==2024.4.16 sphinx-copybutton==0.5.2 sphinx-sitemap==2.6.0 From 3e8f2af6964a9682421baed277f18ef1a1e19100 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:05 +0200 Subject: [PATCH 03/13] Update sphinx-autobuild from 2024.4.16 to 2025.8.25 --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 8e710278..9a777a8e 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,6 +1,6 @@ sphinx==9.1.0 furo==2025.12.19 -sphinx-autobuild==2024.4.16 +sphinx-autobuild==2025.8.25 sphinx-copybutton==0.5.2 sphinx-sitemap==2.6.0 sphinx-click==5.0.1 From 8826010d6991c01c644695818da2d9f2158481fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:06 +0200 Subject: [PATCH 04/13] Update sphinx-sitemap from 2.6.0 to 2.9.0 --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 9a777a8e..0e3beeb0 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -2,6 +2,6 @@ sphinx==9.1.0 furo==2025.12.19 sphinx-autobuild==2025.8.25 sphinx-copybutton==0.5.2 -sphinx-sitemap==2.6.0 +sphinx-sitemap==2.9.0 sphinx-click==5.0.1 sphinx-autodoc-typehints==2.3.0 From 94712e545dce777b5e1d3012930ea1803f1d72c3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:07 +0200 Subject: [PATCH 05/13] Update sphinx-click from 5.0.1 to 6.2.0 --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 0e3beeb0..0fb5b97f 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -3,5 +3,5 @@ furo==2025.12.19 sphinx-autobuild==2025.8.25 sphinx-copybutton==0.5.2 sphinx-sitemap==2.9.0 -sphinx-click==5.0.1 +sphinx-click==6.2.0 sphinx-autodoc-typehints==2.3.0 From 74f425440039dd5eaced037688aeb78fbcddc3e8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:08 +0200 Subject: [PATCH 06/13] Update sphinx-autodoc-typehints from 2.3.0 to 3.6.2 --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 0fb5b97f..3a0ed1c5 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -4,4 +4,4 @@ sphinx-autobuild==2025.8.25 sphinx-copybutton==0.5.2 sphinx-sitemap==2.9.0 sphinx-click==6.2.0 -sphinx-autodoc-typehints==2.3.0 +sphinx-autodoc-typehints==3.6.2 From dc5d4a285d31f2f1aeccc27e8e455add8ca9bff3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:09 +0200 Subject: [PATCH 07/13] Update setuptools from 80.9.0 to 82.0.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2ea9c5a0..cddafb80 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -setuptools==80.9.0 +setuptools==82.0.0 pytest==8.3.5 respx==0.22.0 pytest-git==1.8.0 From 75014a9a857605f31d6bca4eb1f275ed9c5130ee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:09 +0200 Subject: [PATCH 08/13] Update pytest from 8.3.5 to 9.0.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cddafb80..0e7aed0b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ setuptools==82.0.0 -pytest==8.3.5 +pytest==9.0.2 respx==0.22.0 pytest-git==1.8.0 pytest-env==1.1.5 From ad1d7506a87bc9e7752c1d6d05d5a98256b53667 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:10 +0200 Subject: [PATCH 09/13] Update pytest-env from 1.1.5 to 1.2.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0e7aed0b..4e52398d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ setuptools==82.0.0 pytest==9.0.2 respx==0.22.0 pytest-git==1.8.0 -pytest-env==1.1.5 +pytest-env==1.2.0 pytest-mock==3.14.0 fiftyone==1.5.2 datasets==3.6.0 From 70091f6a28741d505e9be4141d3ca01cb239e5d4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:11 +0200 Subject: [PATCH 10/13] Update pytest-mock from 3.14.0 to 3.15.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4e52398d..d72b4e72 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ pytest==9.0.2 respx==0.22.0 pytest-git==1.8.0 pytest-env==1.2.0 -pytest-mock==3.14.0 +pytest-mock==3.15.1 fiftyone==1.5.2 datasets==3.6.0 ultralytics==8.3.237 From 3f805a8d3e8134b2a809369e234bc94c1b82c790 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:12 +0200 Subject: [PATCH 11/13] Update fiftyone from 1.5.2 to 1.12.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d72b4e72..c3e952ec 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ respx==0.22.0 pytest-git==1.8.0 pytest-env==1.2.0 pytest-mock==3.15.1 -fiftyone==1.5.2 +fiftyone==1.12.0 datasets==3.6.0 ultralytics==8.3.237 From 6d255160446a1ef211fb93922e3c10158ab6e398 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:12 +0200 Subject: [PATCH 12/13] Update datasets from 3.6.0 to 4.5.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c3e952ec..e8d6df00 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,5 +5,5 @@ pytest-git==1.8.0 pytest-env==1.2.0 pytest-mock==3.15.1 fiftyone==1.12.0 -datasets==3.6.0 +datasets==4.5.0 ultralytics==8.3.237 From 659c5b28c384d68f803aba6cac385027a08e2446 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Feb 2026 16:53:13 +0200 Subject: [PATCH 13/13] Update ultralytics from 8.3.237 to 8.4.13 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e8d6df00..64edc9c6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,4 +6,4 @@ pytest-env==1.2.0 pytest-mock==3.15.1 fiftyone==1.12.0 datasets==4.5.0 -ultralytics==8.3.237 +ultralytics==8.4.13