Skip to content

Commit 1f72b4c

Browse files
dependabot[bot]epmd-edp
authored andcommitted
Bump flask from 3.1.2 to 3.1.3
Bumps [flask](https://github.com/pallets/flask) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3ac211 commit 1f72b4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "Apache-2.0"
1111
requires-python = ">=3.13"
1212
dependencies = [
1313
"click==8.1.7",
14-
"Flask==3.1.2",
14+
"Flask==3.1.3",
1515
"itsdangerous==2.2.0",
1616
"Jinja2==3.1.6",
1717
"MarkupSafe==3.0.3",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Runtime dependencies - synced with pyproject.toml
22
click==8.1.7
3-
Flask==3.1.2
3+
Flask==3.1.3
44
itsdangerous==2.2.0
55
Jinja2==3.1.6
66
MarkupSafe==3.0.3

0 commit comments

Comments
 (0)