Skip to content

Commit 5833378

Browse files
Bump flask from 3.1.0 to 3.1.1
Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.1. - [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.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22d4d03 commit 5833378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.10"
1010
dependencies = [
1111
"requests (>=2.32.3,<3.0.0)",
1212
"python-dotenv (>=1.1.0,<2.0.0)",
13-
"flask (==3.1.0)",
13+
"flask (==3.1.1)",
1414
"gunicorn (>=23.0.0,<24.0.0)"
1515
]
1616

0 commit comments

Comments
 (0)