Skip to content

Commit 146f415

Browse files
Fix vulnerability Flask update from v1.1.2 to v3.1.2 (#1342)
Co-authored-by: cx-Margarita-LevitM <cx-margarita-levitm>
1 parent e92984a commit 146f415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/commands/data/manifests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tzdata==2025.1
5151

5252
# Exact version
5353

54-
flask==1.1.2
54+
flask==3.1.2
5555

5656
# Range: greater than or equal and less than
5757

test/integration/data/manifests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tzdata==2025.1
5151

5252
# Exact version
5353

54-
flask==1.1.2
54+
flask==3.1.2
5555

5656
# Range: greater than or equal and less than
5757

0 commit comments

Comments
 (0)