Skip to content

Commit

Permalink
Bump flask-cors from 4.0.1 to 5.0.0
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]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent d2bf8c5 commit ee7e1f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"Werkzeug>=3.0.3,<4",
"jsonschema>=4.22.0,<5",
"referencing>=0.35.1,<1",
"Flask-Cors>=4.0.1,<5",
"Flask-Cors>=4.0.1,<6",
"boto3>=1.34.115,<2",
"psycopg2-binary>=2.9.9,<3",
"litellm>=1.39.3,<2",
Expand Down
2 changes: 1 addition & 1 deletion requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Faker==25.9.2
filelock==3.15.4
Flask==3.0.3
Flask-Caching==2.3.0
Flask-Cors==4.0.1
Flask-Cors==5.0.0
Flask-SQLAlchemy==3.1.1
fqdn==1.5.1
frozenlist==1.4.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Werkzeug>=3.0.3,<4",
"jsonschema>=4.22.0,<5",
"referencing>=0.35.1,<1",
"Flask-Cors>=4.0.1,<5",
"Flask-Cors>=4.0.1,<6",
"boto3>=1.34.115,<2",
"psycopg2-binary>=2.9.9,<3",
"litellm>=1.39.3,<2",
Expand Down

0 comments on commit ee7e1f2

Please sign in to comment.