From c92e3f16e9209f6d50b5eb867561eca25cd5b8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 04:55:56 +0000 Subject: [PATCH 1/2] Pip Update: Bump flask from 3.0.0 to 3.0.1 Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: flask 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 32f6d84..4726086 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.0 +Flask==3.0.1 gunicorn==21.2.0 gevent==23.9.1 \ No newline at end of file From 6fe338ee61ee7cec69d3ae3acb2a8461cd07bef1 Mon Sep 17 00:00:00 2001 From: Cyb3r Jak3 Date: Fri, 19 Jan 2024 12:48:01 -0500 Subject: [PATCH 2/2] Update flask 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 897fe06..29d7ab8 100644 --- a/alpine.Dockerfile +++ b/alpine.Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/cyb3r-jak3/alpine-pypy:3.10-7.3.14-3.19 -ARG FLASK_VERSION=3.0.0 +ARG FLASK_VERSION=3.0.1 ARG GUNICORN_VERSION=21.2.0 ARG GEVENT_VERSION=23.9.1 diff --git a/matrix.json b/matrix.json index c3b98e2..79a477d 100644 --- a/matrix.json +++ b/matrix.json @@ -1,6 +1,6 @@ { "bake-target": [ "slim", "alpine" ], - "flask": [ "3.0.0", "2.3.3", "2.3.2", "2.2.3", "2.2.2"], + "flask": [ "3.0.1", "3.0.0", "2.3.3", "2.3.2", "2.2.3" ], "gunicorn": [ "21.2.0", "21.1.0", "21.0.1", "20.1.0"], "gevent": [ "23.9.1", "23.9.0.post1", "23.7.0", "22.10.2" ] } \ No newline at end of file diff --git a/slim.Dockerfile b/slim.Dockerfile index 11c448d..375c8ac 100644 --- a/slim.Dockerfile +++ b/slim.Dockerfile @@ -1,6 +1,6 @@ FROM pypy:3-slim-bookworm -ARG FLASK_VERSION=3.0.0 +ARG FLASK_VERSION=3.0.1 ARG GUNICORN_VERSION=21.2.0 ARG GEVENT_VERSION=23.9.1