Skip to content

Commit

Permalink
Merge pull request #80 from Cielquan/dependabot/pip/flask-gte-1.1.2-a…
Browse files Browse the repository at this point in the history
…nd-lt-4.0.0

Update flask requirement from >=1.1.2,<3.0.0 to >=1.1.2,<4.0.0
  • Loading branch information
Cielquan authored Mar 3, 2024
2 parents 925209e + 3d1028f commit 952b706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env_exe_runner = 'formelsammlung.env_exe_runner:cli_caller'
[tool.poetry.dependencies]
python = "^3.8.1"
# EXTRA flask
flask = {version = ">=1.1.2,<3.0.0", optional = true}
flask = {version = ">=1.1.2,<4.0.0", optional = true}
# EXTRA testing
pytest = { version = ">=7.2.0", optional = true }
pytest-cov = {version = ">=3.0", optional = true}
Expand Down

0 comments on commit 952b706

Please sign in to comment.