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 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"