Skip to content

Commit

Permalink
Bump flask-cors in /augur/tasks/data_analysis/insight_worker
Browse files Browse the repository at this point in the history
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 4.0.1.
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](corydolphin/flask-cors@3.0.10...4.0.1)

---
updated-dependencies:
- dependency-name: flask-cors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 5384e0f commit abd026b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/tasks/data_analysis/insight_worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(filename):
packages=find_packages(exclude=('tests',)),
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 abd026b

Please sign in to comment.