Skip to content

Commit 6c8810b

Browse files
Bump flask from 3.0.3 to 3.1.2
Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.3...3.1.2) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a18a34a commit 6c8810b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apistar==0.7.2
22
bump2version==1.0.1
33
Click==8.1.8
4-
Flask==3.0.3
4+
Flask==3.1.2
55
Flask-RESTful==0.3.10
66
gunicorn==23.0.0
77
imagemounter_mitre

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
REQUIRED = [
1717
"Click",
18-
"Flask==3.0.3",
18+
"Flask==3.1.2",
1919
"Flask-RESTful",
2020
"gunicorn",
2121
"imagemounter_mitre",

0 commit comments

Comments
 (0)