Skip to content

Commit

Permalink
Merge pull request #2798 from chaoss/dependabot/pip/augur/tasks/data_…
Browse files Browse the repository at this point in the history
…analysis/message_insights/flask-cors-4.0.1

Bump flask-cors from 3.0.10 to 4.0.1 in /augur/tasks/data_analysis/message_insights
  • Loading branch information
sgoggins authored Jun 11, 2024
2 parents c6817f8 + bcdb1b6 commit f837f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/tasks/data_analysis/message_insights/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(filename):
packages=find_packages(),
install_requires=[
'Flask==2.0.2',
'Flask-Cors==3.0.10',
'Flask-Cors==4.0.1',
'Flask-Login==0.5.0',
'Flask-WTF==1.0.0',
'requests==2.28.0',
Expand Down

0 comments on commit f837f54

Please sign in to comment.