Skip to content

Commit

Permalink
Bump flask-cors from 3.0.10 to 4.0.1
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
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 380ef6d commit e3482f6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/app.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ analytics-python~=1.0
blinker~=1.6
dnspython~=2.0
Flask-Caching~=2.0
Flask-CORS~=3.0
Flask-CORS~=4.0
Flask-DotEnv~=0.1
Flask-Migrate~=4.0
Flask-MongoEngine~=1.0
Expand Down
3 changes: 1 addition & 2 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ flask==2.3.3
# sweetrpg-web-core
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.1
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -180,7 +180,6 @@ sentry-sdk[flask]==1.45.0
six==1.16.0
# via
# analytics-python
# flask-cors
# flask-rest-jsonapi
# flask-restful
# python-dateutil
Expand Down
3 changes: 1 addition & 2 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ flask==2.3.3
# sweetrpg-web-core
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.1
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -182,7 +182,6 @@ sentry-sdk[flask]==1.45.0
six==1.16.0
# via
# analytics-python
# flask-cors
# flask-rest-jsonapi
# flask-restful
# python-dateutil
Expand Down
3 changes: 1 addition & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ flask==2.3.3
# sweetrpg-web-core
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.1
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -293,7 +293,6 @@ shellingham==1.5.4
six==1.16.0
# via
# analytics-python
# flask-cors
# flask-rest-jsonapi
# flask-restful
# python-dateutil
Expand Down
3 changes: 1 addition & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ flask==2.3.3
# sweetrpg-web-core
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.1
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -224,7 +224,6 @@ shellingham==1.5.4
six==1.16.0
# via
# analytics-python
# flask-cors
# flask-rest-jsonapi
# flask-restful
# python-dateutil
Expand Down
3 changes: 1 addition & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ flask==2.3.3
# sweetrpg-web-core
flask-caching==2.3.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.1
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -233,7 +233,6 @@ sentry-sdk[flask]==1.45.0
six==1.16.0
# via
# analytics-python
# flask-cors
# flask-rest-jsonapi
# flask-restful
# python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"blinker~=1.6",
"dnspython~=2.0",
"Flask-Caching~=2.0",
"Flask-CORS~=3.0",
"Flask-CORS>=3,<5",
"Flask-DotEnv~=0.1",
"Flask-Migrate~=4.0",
"Flask-MongoEngine~=1.0",
Expand Down

0 comments on commit e3482f6

Please sign in to comment.