Skip to content

Commit

Permalink
Update flask requirement from <3,>=1 to >=1,<4 (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 488dee0 commit f29450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/adapter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Django>=3,<5
falcon>=2,<4; python_version<"3.11"
falcon>=3.1.1,<4; python_version>="3.11"
fastapi>=0.70.0,<1
Flask>=1,<3
Flask>=1,<4
Werkzeug>=2,<4
pyramid>=1,<3
sanic>=20,<21; python_version=="3.6"
Expand Down

0 comments on commit f29450e

Please sign in to comment.