Skip to content

Commit aff3787

Browse files
Bump werkzeug from 3.1.3 to 3.1.4
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0e51d5 commit aff3787

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

requirements.txt

Lines changed: 7 additions & 9 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.2
65+
coverage[toml]==7.8.2
6666
# via pytest-cov
6767
debugpy==1.8.14
6868
# via pytest-celery
@@ -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.4
116+
# via sqlalchemy
115117
gunicorn==23.0.0
116118
# via -r requirements.in
117119
h11==0.16.0
@@ -157,7 +159,7 @@ jinja2==3.1.6
157159
# flask-admin
158160
jsonpointer==3.0.0
159161
# via jsonschema
160-
jsonschema==4.24.0
162+
jsonschema[format]==4.24.0
161163
# via
162164
# flasgger
163165
# hypothesis-jsonschema
@@ -229,7 +231,7 @@ psutil==7.0.0
229231
# via
230232
# mirakuru
231233
# pytest-celery
232-
psycopg==3.2.9
234+
psycopg[binary]==3.2.9
233235
# via
234236
# -r requirements.in
235237
# pytest-postgresql
@@ -322,12 +324,8 @@ ruff==0.11.11
322324
# via -r requirements.in
323325
schemathesis==3.39.16
324326
# via -r requirements.in
325-
sentry-sdk==2.29.1
327+
sentry-sdk[flask]==2.29.1
326328
# via -r requirements.in
327-
setuptools==80.9.0
328-
# via
329-
# flask-db
330-
# pytest-celery
331329
six==1.17.0
332330
# via
333331
# flasgger
@@ -406,7 +404,7 @@ wcwidth==0.2.13
406404
# via prompt-toolkit
407405
webcolors==24.11.1
408406
# via jsonschema
409-
werkzeug==3.1.3
407+
werkzeug==3.1.4
410408
# via
411409
# flask
412410
# flask-admin

0 commit comments

Comments
 (0)