From 92349d37b9ed9367673275f15aba4f31a61eb1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 17:52:33 +0000 Subject: [PATCH] Bump the examples group in /examples/python with 2 updates Bumps the examples group in /examples/python with 2 updates: [aiohttp](https://github.com/aio-libs/aiohttp) and [ipython](https://github.com/ipython/ipython). Updates `aiohttp` from 3.14.1 to 3.14.3 - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.3) Updates `ipython` from 8.10.0 to 9.15.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.10.0...9.15.0) Bump python in /examples/python in the examples group Bumps the examples group in /examples/python with 1 update: python. Updates `python` from 3.12.13-slim to 3.14.6-slim Bump postgres in /examples/python in the examples group Bumps the examples group in /examples/python with 1 update: postgres. Updates `postgres` from 11.22-alpine to 18.4-alpine --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: examples - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: examples - dependency-name: python dependency-version: 3.14.6-slim dependency-type: direct:production update-type: version-update:semver-minor dependency-group: examples - dependency-name: postgres dependency-version: 18.4-alpine dependency-type: direct:production dependency-group: examples ... Signed-off-by: dependabot[bot] --- examples/python/Dockerfile | 2 +- examples/python/docker-compose.yaml | 2 +- examples/python/requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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