Skip to content

Commit 20028a2

Browse files
Bump flask-cors from 5.0.1 to 6.0.0
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 5.0.1 to 6.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@5.0.1...6.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f594d8f commit 20028a2

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ click-repl==0.3.0
6262
# via celery
6363
colorama==0.4.6
6464
# via schemathesis
65-
coverage==7.8.0
65+
coverage[toml]==7.8.0
6666
# via pytest-cov
6767
debugpy==1.8.14
6868
# via pytest-celery
@@ -94,7 +94,7 @@ flask-basicauth==0.2.0
9494
# via -r requirements.in
9595
flask-caching==2.3.1
9696
# via -r requirements.in
97-
flask-cors==5.0.1
97+
flask-cors==6.0.0
9898
# via -r requirements.in
9999
flask-db==0.4.1
100100
# via -r requirements.in
@@ -112,6 +112,8 @@ fqdn==1.5.1
112112
# via jsonschema
113113
graphql-core==3.2.6
114114
# via hypothesis-graphql
115+
greenlet==3.2.2
116+
# via sqlalchemy
115117
gunicorn==23.0.0
116118
# via -r requirements.in
117119
h11==0.14.0
@@ -156,7 +158,7 @@ jinja2==3.1.6
156158
# flask
157159
jsonpointer==3.0.0
158160
# via jsonschema
159-
jsonschema==4.23.0
161+
jsonschema[format]==4.23.0
160162
# via
161163
# flasgger
162164
# hypothesis-jsonschema
@@ -314,12 +316,8 @@ ruff==0.11.6
314316
# via -r requirements.in
315317
schemathesis==3.39.15
316318
# via -r requirements.in
317-
sentry-sdk==2.26.1
319+
sentry-sdk[flask]==2.26.1
318320
# via -r requirements.in
319-
setuptools==78.1.0
320-
# via
321-
# flask-db
322-
# pytest-celery
323321
six==1.17.0
324322
# via
325323
# flasgger

0 commit comments

Comments
 (0)