From 3ef1015b613902f435ab324c9f5c58096b8e18df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:58:34 +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 2209e725..55bfabd9 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.5" } adrf = "^0.1.1" aiofiles = "^24.1.0" asyncinotify = "^4.0.1" @@ -70,13 +70,13 @@ 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" time-machine = "^2.1.0" vermin = "^1.5.2"