Skip to content

Commit

Permalink
fix(ci): eventlet 0.36.0 considered harmful
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines authored and joanise committed Mar 26, 2024
1 parent c06516a commit 1cc2afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openpyxl
click>=8.0.4
coloredlogs<=14.0
dnspython>=2.1.0,<=2.3.0
eventlet>=0.33.0
eventlet>=0.33.0,!=0.36.0
flask-cors>=3.0.9
flask-talisman>=0.7.0
flask-restful>=0.3.9
Expand Down

0 comments on commit 1cc2afe

Please sign in to comment.