Skip to content

Commit f77cb94

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 75ad8ef commit f77cb94

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

mpcontribs-api/requirements/deployment.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ blinker==1.9.0
3838
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
3939
boltons==25.0.0
4040
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
41-
boto3==1.42.33
41+
boto3==1.42.34
4242
# via flask-mongorest-mpcontribs
43-
botocore==1.42.33
43+
botocore==1.42.34
4444
# via
4545
# boto3
4646
# s3transfer
@@ -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.0
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.1
527+
wcwidth==0.3.2
528528
# via prompt-toolkit
529529
webcolors==25.10.0
530530
# via jsonschema

mpcontribs-client/requirements/deployment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ uri-template==1.3.0
255255
# via jsonschema
256256
urllib3==2.6.3
257257
# via requests
258-
wcwidth==0.3.1
258+
wcwidth==0.3.2
259259
# via prompt-toolkit
260260
webcolors==25.10.0
261261
# via jsonschema

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ uri-template==1.3.0
442442
# via jsonschema
443443
urllib3==2.6.3
444444
# via requests
445-
wcwidth==0.3.1
445+
wcwidth==0.3.2
446446
# via prompt-toolkit
447447
webcolors==25.10.0
448448
# via jsonschema

mpcontribs-portal/requirements/deployment.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ boltons==25.0.0
2424
# via
2525
# mpcontribs-client
2626
# mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
27-
boto3==1.42.33
27+
boto3==1.42.34
2828
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
29-
botocore==1.42.33
29+
botocore==1.42.34
3030
# via
3131
# boto3
3232
# s3transfer
@@ -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.0
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.1
409+
wcwidth==0.3.2
410410
# via prompt-toolkit
411411
webcolors==25.10.0
412412
# via jsonschema

0 commit comments

Comments
 (0)