From 1e059c4013af3394e54e9faa11e246ed3bf47ae6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:21:24 +0000 Subject: [PATCH] Update all non-major dependencies --- .devcontainer/Dockerfile | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 92cb93bc..10440573 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/python:3.12 +FROM mcr.microsoft.com/devcontainers/python:3.13 USER root diff --git a/pyproject.toml b/pyproject.toml index b2360b81..43b3c14f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" readme = "README.md" [tool.poetry.dependencies] -adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.9.4" } +adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.9.6" } adrf = "^0.1.4" aiofiles = "^24.1.0" asyncinotify = "^4.0.1" @@ -63,19 +63,19 @@ nest-asyncio = "^1.5.6" pydicom = "^2.4.3" pyright = "^1.1.336" pytest = "^8.1.1" -pytest-asyncio = "^0.24.0" +pytest-asyncio = "^0.25.0" pytest-cov = "^6.0.0" pytest-django = "^4.5.2" pytest-mock = "^3.10.0" pytest-only = "^2.0.0" pytest-picked = "^0.5.0" -pytest-playwright = "^0.5.0" +pytest-playwright = "^0.6.0" pytest-timeout = "^2.1.0" pytest-watch = "^4.2.0" python-dotenv = "^1.0.0" pywatchman = "^2.0.0" requests = "^2.27.1" -ruff = "^0.7.0" +ruff = "^0.8.0" tiktoken = "^0.8.0" time-machine = "^2.1.0" tqdm = "^4.66.2"