Skip to content

Commit 76d55cb

Browse files
committed
bumpversion accidentally bumped Flask minimum version.
1 parent 3dbd69b commit 76d55cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ commit = True
44
tag = True
55

66
[bumpversion:file:pyproject.toml]
7+
search = 'version = "{current_version}"'
8+
replace = 'version = "{new_version}"'
79

810
[bumpversion:file:docs/conf.py]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include = [
3131
[tool.poetry.dependencies]
3232
python = "^3.7"
3333
pytz = "^2022.7"
34-
Flask = "^3.0.0"
34+
Flask = "^2.0.0"
3535
Babel = "^2.11.0"
3636
Jinja2 = "^3.1.2"
3737

0 commit comments

Comments
 (0)