From 7729a930fe2bc4daf438d0e091cb1c91e5561188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 04:04:44 +0000 Subject: [PATCH] Update all non-major dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3d47502..599e5db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = ">=3.12,<4.0" requests = "^2.31.0" [tool.poetry.group.dev.dependencies] -adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.8.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" @@ -24,7 +24,7 @@ pytest-env = "^1.1.3" pytest-mock = "^3.14.0" python-dotenv = "^1.0.1" radis = { git = "https://github.com/openradx/radis.git", tag = "0.0.1", python = ">=3.12,<4.0" } -ruff = "^0.7.0" +ruff = "^0.8.0" [tool.ruff] target-version = "py312"