Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2024
1 parent 42b5c71 commit 3d73078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pydatalab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ server = [
"bokeh ~= 2.4, < 3.0",
"Flask ~= 3.0",
"Flask-Login ~= 0.6",
"Flask-Cors ~= 4.0",
"Flask-Cors ~= 5.0",
"Flask-Dance ~= 7.1",
"Flask-PyMongo ~= 2.3",
"Flask-Mail ~= 0.10",
Expand Down
2 changes: 1 addition & 1 deletion pydatalab/requirements/requirements-all-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ flask==3.0.3
# flask-pymongo
flask-compress==1.15
# via datalab-server (pyproject.toml)
flask-cors==4.0.1
flask-cors==5.0.0
# via datalab-server (pyproject.toml)
flask-dance==7.1.0
# via datalab-server (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion pydatalab/requirements/requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ flask==3.0.3
# flask-pymongo
flask-compress==1.15
# via datalab-server (pyproject.toml)
flask-cors==4.0.1
flask-cors==5.0.0
# via datalab-server (pyproject.toml)
flask-dance==7.1.0
# via datalab-server (pyproject.toml)
Expand Down

0 comments on commit 3d73078

Please sign in to comment.