diff --git a/examples/python/Dockerfile b/examples/python/Dockerfile index aea3fbb4..152eb36a 100644 --- a/examples/python/Dockerfile +++ b/examples/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.13-slim +FROM python:3.14.6-slim WORKDIR /app diff --git a/examples/python/docker-compose.yaml b/examples/python/docker-compose.yaml index 6538b804..0fbcf27e 100644 --- a/examples/python/docker-compose.yaml +++ b/examples/python/docker-compose.yaml @@ -25,7 +25,7 @@ services: command: ipython postgres: - image: postgres:11.22-alpine + image: postgres:18.4-alpine environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index f45d3f3e..ac1108c5 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.14.1 +aiohttp==3.14.3 -ipython==8.10.0 \ No newline at end of file +ipython==9.15.0 \ No newline at end of file