diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 22a774f..93036d1 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 # Install dependency to make bash completion work with invoke RUN apt-get update && \ 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..62ac13d 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.6", 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"