From 7ea9df486ffedc6b4cfdbf1e28b348a2649759a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 04:50:12 +0000 Subject: [PATCH] Update all non-major dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e99d7f5..b946f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ pydicom = "^2.4.3" python = ">=3.11,<4.0" [tool.poetry.group.dev.dependencies] -adit = { git = "https://github.com/openradx/adit.git", tag = "0.35.1", python = ">=3.12,<4.0" } -adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.8.0", python = ">=3.12,<4.0" } +adit = { git = "https://github.com/openradx/adit.git", tag = "0.36.0", python = ">=3.12,<4.0" } +adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.9.5", python = ">=3.12,<4.0" } invoke = "^2.2.0" ipykernel = "^6.29.0" ipython = "^8.21.0" @@ -26,7 +26,7 @@ pytest-django = "^4.8.0" pytest-env = "^1.1.3" pytest-mock = "^3.14.0" python-dotenv = "^1.0.1" -ruff = "^0.7.0" +ruff = "^0.8.0" [tool.ruff] target-version = "py312"