Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip Update: Bump flask from 3.0.3 to 3.1.0 #102

Merged
merged 2 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG REGISTRY ghcr.io/
FROM ${REGISTRY}cyb3r-jak3/alpine-pypy:3.10-7.3.17-3.20

ARG FLASK_VERSION=3.0.3
ARG FLASK_VERSION=3.1.0
ARG GUNICORN_VERSION=23.0.0
ARG GEVENT_VERSION=24.11.1

Expand Down
2 changes: 1 addition & 1 deletion matrix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bake-target": [ "slim", "alpine" ],
"flask": [ "3.0.3", "3.0.2", "3.0.1", "3.0.0", "2.3.3" ],
"flask": [ "3.1.0", "3.0.3", "3.0.2", "3.0.1", "3.0.0" ],
"gunicorn": [ "22.0.0", "21.2.0", "21.1.0", "21.0.1"],
"gevent": [ "24.11.1", "24.10.3", "24.10.2", "24.10.1" ]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File is only used with dependabot to keep up with latest versions
Flask==3.0.3
Flask==3.1.0
gunicorn==23.0.0
gevent==24.11.1
2 changes: 1 addition & 1 deletion slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG REGISTRY
FROM ${REGISTRY}pypy:3-slim-bookworm

ARG FLASK_VERSION=3.0.3
ARG FLASK_VERSION=3.1.0
ARG GUNICORN_VERSION=23.0.0
ARG GEVENT_VERSION=24.11.1

Expand Down