Skip to content

Commit

Permalink
Use Flask<3
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Jan 8, 2024
1 parent 77271e3 commit b9c84a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sphinx-jekyll-builder==0.3.0
grpcio~=1.27
Deprecated~=1.2
django~=4.2
flask~=3.0
flask~=2.3
opentracing~=2.2.0
thrift~=0.10
wrapt>=1.0.0,<2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==8.1.7
Flask==3.0.0
Flask==2.3.3
googleapis-common-protos==1.52.0
grpcio==1.56.0
gunicorn==20.0.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==8.1.7
Flask==3.0.0
Flask==2.3.3
googleapis-common-protos==1.52.0
grpcio==1.56.0
gunicorn==20.0.4
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ charset-normalizer==2.0.12
click==8.1.7
Deprecated==1.2.14
flaky==3.7.0
Flask==3.0.0
Flask==2.3.3
idna==3.4
importlib-metadata==6.8.0
iniconfig==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ deps =
# needed for tracecontext
aiohttp~=3.6
# needed for example trace integration
flask~=3.0
flask~=2.3
requests~=2.7
markupsafe~=2.1

Expand Down

0 comments on commit b9c84a1

Please sign in to comment.