Skip to content

Commit 2f908e5

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent e7c2da2 commit 2f908e5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

mpcontribs-api/requirements/deployment.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ gevent==25.9.1
138138
# via gunicorn
139139
greenlet==3.3.1
140140
# via gevent
141-
gunicorn[gevent]==24.0.0
141+
gunicorn[gevent]==24.1.1
142142
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
143143
idna==3.11
144144
# via
@@ -524,7 +524,7 @@ urllib3==2.6.3
524524
# via
525525
# botocore
526526
# requests
527-
wcwidth==0.3.2
527+
wcwidth==0.4.0
528528
# via prompt-toolkit
529529
webcolors==25.10.0
530530
# via jsonschema

mpcontribs-client/requirements/deployment.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bravado==12.0.1
2020
# via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
2121
bravado-core==6.1.1
2222
# via bravado
23-
cachetools==6.2.4
23+
cachetools==6.2.5
2424
# via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
2525
certifi==2026.1.4
2626
# via requests
@@ -71,12 +71,12 @@ json2html==1.3.0
7171
jsonpointer==3.0.0
7272
# via jsonschema
7373
jsonref==1.1.0
74+
# via bravado-core
75+
jsonschema[format-nongpl]==4.26.0
7476
# via
7577
# bravado-core
7678
# swagger-spec-validator
7779
jsonschema-specifications==2025.9.1
78-
# via bravado-core
79-
jsonschema[format-nongpl]==4.26.0
8080
# via jsonschema
8181
kiwisolver==1.4.9
8282
# via matplotlib
@@ -255,7 +255,7 @@ uri-template==1.3.0
255255
# via jsonschema
256256
urllib3==2.6.3
257257
# via requests
258-
wcwidth==0.3.2
258+
wcwidth==0.4.0
259259
# via prompt-toolkit
260260
webcolors==25.10.0
261261
# via jsonschema

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bravado-core==6.1.1
3434
# via bravado
3535
bytecode==0.17.0
3636
# via ddtrace
37-
cachetools==6.2.4
37+
cachetools==6.2.5
3838
# via mpcontribs-client
3939
certifi==2026.1.4
4040
# via requests
@@ -442,7 +442,7 @@ uri-template==1.3.0
442442
# via jsonschema
443443
urllib3==2.6.3
444444
# via requests
445-
wcwidth==0.3.2
445+
wcwidth==0.4.0
446446
# via prompt-toolkit
447447
webcolors==25.10.0
448448
# via jsonschema

mpcontribs-portal/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bravado-core==6.1.1
3636
# via bravado
3737
bytecode==0.17.0
3838
# via ddtrace
39-
cachetools==6.2.4
39+
cachetools==6.2.5
4040
# via mpcontribs-client
4141
certifi==2026.1.4
4242
# via requests
@@ -95,7 +95,7 @@ gevent==25.9.1
9595
# via gunicorn
9696
greenlet==3.3.1
9797
# via gevent
98-
gunicorn[gevent]==24.0.0
98+
gunicorn[gevent]==24.1.1
9999
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
100100
idna==3.11
101101
# via
@@ -406,7 +406,7 @@ urllib3==2.6.3
406406
# via
407407
# botocore
408408
# requests
409-
wcwidth==0.3.2
409+
wcwidth==0.4.0
410410
# via prompt-toolkit
411411
webcolors==25.10.0
412412
# via jsonschema

0 commit comments

Comments
 (0)