Skip to content

Commit 0b9912e

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 542da3a commit 0b9912e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

mpcontribs-api/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ asttokens==3.0.0
2222
# via stack-data
2323
atlasq-tschaume==0.11.1.dev2
2424
# via flask-mongorest-mpcontribs
25-
attrs==24.3.0
25+
attrs==25.1.0
2626
# via
2727
# jsonschema
2828
# referencing
@@ -80,7 +80,7 @@ decorator==5.1.1
8080
# via ipython
8181
defusedxml==0.7.1
8282
# via nbconvert
83-
deprecated==1.2.17
83+
deprecated==1.2.18
8484
# via opentelemetry-api
8585
dnspython==2.7.0
8686
# via
@@ -396,7 +396,7 @@ redis==5.2.1
396396
# flask-rq2
397397
# flask-sse
398398
# rq
399-
referencing==0.36.1
399+
referencing==0.36.2
400400
# via
401401
# jsonschema
402402
# jsonschema-specifications

mpcontribs-client/requirements/deployment.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ arrow==1.3.0
88
# via isoduration
99
asttokens==3.0.0
1010
# via stack-data
11-
attrs==24.3.0
11+
attrs==25.1.0
1212
# via
1313
# jsonschema
1414
# referencing
@@ -167,7 +167,7 @@ pyyaml==6.0.2
167167
# bravado-core
168168
# pybtex
169169
# swagger-spec-validator
170-
referencing==0.36.1
170+
referencing==0.36.2
171171
# via
172172
# jsonschema
173173
# jsonschema-specifications

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ arrow==1.3.0
1414
# via isoduration
1515
asttokens==3.0.0
1616
# via stack-data
17-
attrs==24.3.0
17+
attrs==25.1.0
1818
# via
1919
# jsonschema
2020
# referencing
@@ -56,7 +56,7 @@ decorator==5.1.1
5656
# via ipython
5757
defusedxml==0.7.1
5858
# via nbconvert
59-
deprecated==1.2.17
59+
deprecated==1.2.18
6060
# via opentelemetry-api
6161
dnspython==2.7.0
6262
# via
@@ -300,7 +300,7 @@ pyzmq==26.2.0
300300
# ipykernel
301301
# jupyter-client
302302
# jupyter-server
303-
referencing==0.36.1
303+
referencing==0.36.2
304304
# via
305305
# jsonschema
306306
# jsonschema-specifications

mpcontribs-portal/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ asgiref==3.8.1
1010
# via django
1111
asttokens==3.0.0
1212
# via stack-data
13-
attrs==24.3.0
13+
attrs==25.1.0
1414
# via
1515
# jsonschema
1616
# referencing
@@ -54,7 +54,7 @@ decorator==5.1.1
5454
# via ipython
5555
defusedxml==0.7.1
5656
# via nbconvert
57-
deprecated==1.2.17
57+
deprecated==1.2.18
5858
# via opentelemetry-api
5959
django==3.2.25
6060
# via
@@ -295,7 +295,7 @@ pyzmq==26.2.0
295295
# jupyter-client
296296
redis==5.2.1
297297
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
298-
referencing==0.36.1
298+
referencing==0.36.2
299299
# via
300300
# jsonschema
301301
# jsonschema-specifications

0 commit comments

Comments
 (0)