From 67ea36456068d4c37850ac58fe138b749fa252ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:53:44 +0000 Subject: [PATCH 1/2] Bump regex from 2026.1.15 to 2026.5.9 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2026.1.15 to 2026.5.9. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2026.1.15...2026.5.9) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.5.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af1932a..487f63c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ cffi gevent==25.9.1 msgspec @ git+https://github.com/jcrist/msgspec@595c33c4a71c6d0c539b82233982a65819e240cf mysqlclient==2.2.8 -regex==2026.1.15 +regex==2026.5.9 rcssmin==1.2.2 From 05750905881c5b63226d1f33e8e9538091781415 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Tue, 26 May 2026 14:59:26 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4a7d50c..dbe3415 100644 --- a/README.md +++ b/README.md @@ -8,31 +8,31 @@ Alpine-based docker image for running Python 3.x applications (with dependencies From [the GitHub's registry](https://github.com/pigs-will-fly/docker-python/pkgs/container/docker-python): ``` -docker pull ghcr.io/pigs-will-fly/docker-python:3.14.3 +docker pull ghcr.io/pigs-will-fly/docker-python:3.14.5 ``` ## What's inside? ``` $ python -V -Python 3.14.3 +Python 3.14.5 $ pip list Package Version -------------- ------------------ cffi 2.0.0 gevent 25.9.1 -greenlet 3.3.1 +greenlet 3.5.1 msgspec 0.18.6+30.g595c33c mysqlclient 2.2.8 -pip 26.0.1 +pip 26.1.1 pycparser 3.0 rcssmin 1.2.2 -regex 2026.1.15 -zope.event 6.1 -zope.interface 8.2 +regex 2026.5.9 +zope.event 6.2 +zope.interface 8.5 $ docker images | head -n2 REPOSITORY TAG IMAGE ID CREATED SIZE -pigs-will-fly/docker-python latest 9523da7126ee 1 second ago 105MB +pigs-will-fly/docker-python latest a6c5c62e5828 1 second ago 97.4MB ```