From 55f2006c42b21e7bf43b45e6a5c7520dc7f49f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 23:43:42 +0000 Subject: [PATCH] Build(deps): bump nvtx from 0.2.14 to 0.2.15 Bumps [nvtx](https://github.com/NVIDIA/NVTX) from 0.2.14 to 0.2.15. - [Release notes](https://github.com/NVIDIA/NVTX/releases) - [Commits](https://github.com/NVIDIA/NVTX/commits) --- updated-dependencies: - dependency-name: nvtx dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e9347a..f8c041d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "cv2ext>=0.1.0", "opencv-python>=4.8.0,<5.0.0", "numpy>=1.19.0,<3.0.0", - "nvtx==0.2.14; python_version == '3.8'", + "nvtx==0.2.15; python_version == '3.8'", "nvtx>=0.2.14; python_version >= '3.9'", "jetsontools>=0.1.0", "tqdm>=4.67.1,<5.0.0",