Skip to content

Commit

Permalink
fix(deps): Update flask requirement from 3.0.0 to <4 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 24, 2024
1 parent cea865e commit dc5a6ba
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 @@ -64,7 +64,7 @@ mypy = "==1.8.0"
optional = true

[tool.poetry.group.contract-tests.dependencies]
Flask = "3.0.0"
Flask = "<4"
requests = ">=2.31.0"
urllib3 = ">=1.22.0,<3"

Expand Down

0 comments on commit dc5a6ba

Please sign in to comment.