From 08f1ffdb452d5f3ce8733d8a712e943e64a25105 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:29:57 +0000 Subject: [PATCH] Update all non-major dependencies --- docker-compose.yaml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 89ff13d..0b92f5c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: postgres: - image: postgres:17.1 + image: postgres:17.2 hostname: postgres.local environment: POSTGRES_PASSWORD: "postgres" 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"