Skip to content

Commit a9f95db

Browse files
fix(deps): bump flask from 2.2.3 to 3.0.2 (#87)
Bumps [flask](https://github.com/pallets/flask) from 2.2.3 to 3.0.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.2.3...3.0.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49543ce commit a9f95db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.10"
1010

1111
dependencies = [
12-
"flask >=2.2.2, <3",
12+
"flask >=2.2.2, <4",
1313
"toml >=0.10.2, <1",
1414
"pandas ==1.5.3",
1515
"flask-assets >=2.0",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Bootstrap-Flask == 2.2.0
22
click == 8.1.3
33
dominate == 2.7.0
4-
Flask == 2.2.3
4+
Flask == 3.0.2
55
Flask-Assets == 2.0
66
flask-bootstrap5 == 0.1.dev1
77
importlib-metadata == 6.0.0

0 commit comments

Comments
 (0)