Skip to content

Commit 3e0ec3c

Browse files
Bump flask from 3.1.0 to 3.1.1
Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.0...3.1.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f594d8f commit 3e0ec3c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

requirements.txt

Lines changed: 7 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
@@ -76,7 +76,7 @@ filelock==3.18.0
7676
# via virtualenv
7777
flasgger==0.9.7.1
7878
# via -r requirements.in
79-
flask==3.1.0
79+
flask==3.1.1
8080
# via
8181
# -r requirements.in
8282
# flasgger
@@ -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
@@ -177,6 +179,7 @@ markdown-it-py==3.0.0
177179
# via rich
178180
markupsafe==3.0.2
179181
# via
182+
# flask
180183
# jinja2
181184
# mako
182185
# sentry-sdk
@@ -314,12 +317,8 @@ ruff==0.11.6
314317
# via -r requirements.in
315318
schemathesis==3.39.15
316319
# via -r requirements.in
317-
sentry-sdk==2.26.1
320+
sentry-sdk[flask]==2.26.1
318321
# via -r requirements.in
319-
setuptools==78.1.0
320-
# via
321-
# flask-db
322-
# pytest-celery
323322
six==1.17.0
324323
# via
325324
# flasgger

0 commit comments

Comments
 (0)