From 39ff2aac08de7bfb60a3ef2c9e766b70b7032125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:35:53 +0000 Subject: [PATCH 1/2] Pip Update: Bump gevent from 24.10.2 to 24.10.3 Bumps [gevent](https://github.com/gevent/gevent) from 24.10.2 to 24.10.3. - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/24.10.2...24.10.3) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6d8ef1..67783bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # File is only used with dependabot to keep up with latest versions Flask==3.0.3 gunicorn==23.0.0 -gevent==24.10.2 \ No newline at end of file +gevent==24.10.3 \ No newline at end of file From d5c92ca38fa14b7071ff9fd8e7016a8412da5f50 Mon Sep 17 00:00:00 2001 From: Cyb3r-Jak3 Date: Mon, 21 Oct 2024 16:55:39 -0400 Subject: [PATCH 2/2] bump in other places --- alpine.Dockerfile | 2 +- matrix.json | 2 +- slim.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alpine.Dockerfile b/alpine.Dockerfile index b21df91..6810e68 100644 --- a/alpine.Dockerfile +++ b/alpine.Dockerfile @@ -3,7 +3,7 @@ FROM ${REGISTRY}cyb3r-jak3/alpine-pypy:3.10-7.3.17-3.20 ARG FLASK_VERSION=3.0.3 ARG GUNICORN_VERSION=23.0.0 -ARG GEVENT_VERSION=24.10.2 +ARG GEVENT_VERSION=24.10.3 RUN --mount=type=cache,target=/var/cache/apk,sharing=locked apk add --virtual .build-deps libffi-dev gcc musl-dev make build-base diff --git a/matrix.json b/matrix.json index d70a1cf..5db2fb8 100644 --- a/matrix.json +++ b/matrix.json @@ -2,5 +2,5 @@ "bake-target": [ "slim", "alpine" ], "flask": [ "3.0.3", "3.0.2", "3.0.1", "3.0.0", "2.3.3" ], "gunicorn": [ "22.0.0", "21.2.0", "21.1.0", "21.0.1"], - "gevent": [ "24.10.2", "24.10.1", "24.2.1", "23.9.1" ] + "gevent": [ "24.10.3", "24.10.2", "24.10.1", "24.2.1"] } \ No newline at end of file diff --git a/slim.Dockerfile b/slim.Dockerfile index 7266365..c543fbb 100644 --- a/slim.Dockerfile +++ b/slim.Dockerfile @@ -3,7 +3,7 @@ FROM ${REGISTRY}pypy:3-slim-bookworm ARG FLASK_VERSION=3.0.3 ARG GUNICORN_VERSION=23.0.0 -ARG GEVENT_VERSION=24.10.2 +ARG GEVENT_VERSION=24.10.3 RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ --mount=type=cache,target=/var/lib/apt,sharing=locked \