From af113ede6822d62368f29d6489d78a726a1a68a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:33:04 +0000 Subject: [PATCH 1/2] Bump deptry from 0.16.0 to 0.16.1 Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/fpgmaas/deptry/releases) - [Changelog](https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md) - [Commits](https://github.com/fpgmaas/deptry/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: deptry 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 77e88f320..80bd64636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -300,7 +300,7 @@ dev = [ "actionlint-py==1.6.27.13", "check-manifest==0.49", "check-wheel-contents==0.6.0", - "deptry==0.16.0", + "deptry==0.16.1", "dirty-equals==0.7.1.post0", "doc8==1.1.1", "docker==7.0.0", From 5e47ac46968ecc3d5581d1c7909d09c1aea7c3d6 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 8 Apr 2024 14:47:25 +0100 Subject: [PATCH 2/2] Handle new deptry TYPE_CHECKING integration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80bd64636..85c65d637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -289,7 +289,6 @@ dependencies = [ "pydantic-settings", "requests", "requests-mock", - "torch", "torchvision", 'tzdata; sys_platform == "win32"', "vws-auth-tools", @@ -331,6 +330,7 @@ dev = [ "sphinxcontrib-spelling==8", "sybil==6.0.3", "tenacity==8.2.3", + "torch==2.2.2", "types-Pillow==10.2.0.20240406", "types-PyYAML==6.0.12.20240311", "types-requests==2.31.0.20240406",