From 11f2a005e2b15840108113861b8540c956f288e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 00:45:58 +0000 Subject: [PATCH 1/2] :arrow_up: Update mkdocstrings requirement Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.25.2...0.28.1) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fd6ee5f..f50d17e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev = [ ] docs = [ "mkdocs-material[imaging]>=9.5.5", - "mkdocstrings>=0.25.2,<0.27.0", + "mkdocstrings>=0.25.2,<0.29.0", "mkdocstrings-python>=1.10.9", "mike>=2.0.0", "mkdocs-jupyter>=0.24.3", From 78d70085cb322dbc8cc0ff354b66c1a71ec05661 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Mon, 24 Feb 2025 06:26:01 +0300 Subject: [PATCH 2/2] =?UTF-8?q?pacakge:=20=F0=9F=93=A6=20Update=20mkdocs?= =?UTF-8?q?=20configuration=20and=20bump=20mkdocstrings=20version=20to=20 --- mkdocs.yml | 4 +++- uv.lock | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 42101824..7b83d712 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -151,7 +151,9 @@ plugins: show_symbol_type_heading: true show_symbol_type_toc: true show_category_heading: true - domains: [std, py] + inventories: + - url: https://docs.python-requests.org/en/master/objects.inv + domains: [std, py] - git-committers: repository: roboflow/supervision branch: develop diff --git a/uv.lock b/uv.lock index bbdf7d1c..b20a6f2e 100644 --- a/uv.lock +++ b/uv.lock @@ -1,4 +1,5 @@ version = 1 +revision = 1 requires-python = ">=3.8" resolution-markers = [ "python_full_version >= '3.12' and sys_platform == 'darwin'", @@ -4828,7 +4829,7 @@ wheels = [ [[package]] name = "supervision" -version = "0.26.0rc3" +version = "0.26.0rc4" source = { editable = "." } dependencies = [ { name = "defusedxml" }, @@ -4894,7 +4895,7 @@ requires-dist = [ { name = "mkdocs-git-revision-date-localized-plugin", marker = "extra == 'docs'", specifier = ">=1.2.4" }, { name = "mkdocs-jupyter", marker = "extra == 'docs'", specifier = ">=0.24.3" }, { name = "mkdocs-material", extras = ["imaging"], marker = "extra == 'docs'", specifier = ">=9.5.5" }, - { name = "mkdocstrings", marker = "extra == 'docs'", specifier = ">=0.25.2,<0.27.0" }, + { name = "mkdocstrings", marker = "extra == 'docs'", specifier = ">=0.25.2,<0.29.0" }, { name = "mkdocstrings-python", marker = "extra == 'docs'", specifier = ">=1.10.9" }, { name = "nbconvert", marker = "extra == 'dev'", specifier = ">=7.14.2" }, { name = "notebook", marker = "extra == 'dev'", specifier = ">=6.5.3,<8.0.0" }, @@ -4911,6 +4912,7 @@ requires-dist = [ { name = "twine", marker = "extra == 'build'", specifier = ">=5.1.1,<7.0.0" }, { name = "wheel", marker = "extra == 'build'", specifier = ">=0.40,<0.46" }, ] +provides-extras = ["metrics", "dev", "docs", "build"] [[package]] name = "terminado"