Skip to content

Commit

Permalink
Bump flask-cors from 3.0.10 to 4.0.0
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.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@3.0.10...4.0.0)

---
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 Mar 11, 2024
1 parent 337d388 commit 8610e4f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 19 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
7 changes: 4 additions & 3 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.1.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.0
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -174,11 +174,12 @@ requests==2.31.0
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
six==1.16.0
# via
# analytics-python
# flask-cors
# flask-rest-jsonapi
# flask-restful
# python-dateutil
Expand Down
7 changes: 4 additions & 3 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.1.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.0
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -176,11 +176,12 @@ requests==2.31.0
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
six==1.16.0
# via
# analytics-python
# flask-cors
# flask-rest-jsonapi
# flask-restful
# python-dateutil
Expand Down
11 changes: 7 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ flask==2.3.3
# sweetrpg-web-core
flask-caching==2.1.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.0
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -287,13 +287,14 @@ rstcheck==6.2.0
rstcheck-core==1.2.0
# via rstcheck
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
shellingham==1.5.4
# via typer
six==1.16.0
# via
# analytics-python
# flask-cors
# flask-rest-jsonapi
# flask-restful
# python-dateutil
Expand Down Expand Up @@ -361,7 +362,9 @@ tomli==2.0.1
tox==4.14.1
# via -r requirements/tests.in
typer[all]==0.9.0
# via rstcheck
# via
# rstcheck
# typer
typing-extensions==4.10.0
# via
# alembic
Expand Down
11 changes: 7 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ flask==2.3.3
# sweetrpg-web-core
flask-caching==2.1.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.0
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -218,13 +218,14 @@ rstcheck==6.2.0
rstcheck-core==1.2.0
# via rstcheck
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
shellingham==1.5.4
# via typer
six==1.16.0
# via
# analytics-python
# flask-cors
# flask-rest-jsonapi
# flask-restful
# python-dateutil
Expand Down Expand Up @@ -280,7 +281,9 @@ sweetrpg-model-core==0.0.154
sweetrpg-web-core==0.0.539
# via -r requirements/app.in
typer[all]==0.9.0
# via rstcheck
# via
# rstcheck
# typer
typing-extensions==4.10.0
# via
# alembic
Expand Down
7 changes: 4 additions & 3 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.1.0
# via -r requirements/app.in
flask-cors==3.0.10
flask-cors==4.0.0
# via -r requirements/app.in
flask-dotenv==0.1.2
# via -r requirements/app.in
Expand Down Expand Up @@ -227,11 +227,12 @@ requests==2.31.0
requests-oauthlib==1.1.0
# via flask-oauthlib
sentry-sdk[flask]==1.41.0
# via -r requirements/app.in
# via
# -r requirements/app.in
# sentry-sdk
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 8610e4f

Please sign in to comment.