Skip to content

Commit 81f7f0f

Browse files
Update flask requirement from ~=3.1.0 to ~=3.1.2 in /cli
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.0...3.1.2) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d96bf6 commit 81f7f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ PyYAML>=5.3.1,!=5.4
2424
tabulate>=0.8.8,<=0.9.0
2525
connexion~=2.15.1
2626
werkzeug~=3.1
27-
flask~=3.1.0
27+
flask~=3.1.2
2828
packaging~=25.0

0 commit comments

Comments
 (0)