Skip to content

Commit 56b3a7f

Browse files
author
Andrei Neagu
committed
pinned moto version
1 parent f2444d1 commit 56b3a7f

File tree

19 files changed

+91
-48
lines changed

19 files changed

+91
-48
lines changed

packages/aws-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ charset-normalizer==3.4.1
8585
# via requests
8686
click==8.1.8
8787
# via typer
88-
deprecated==1.2.15
88+
deprecated==1.2.16
8989
# via
9090
# opentelemetry-api
9191
# opentelemetry-exporter-otlp-proto-grpc

packages/aws-library/requirements/_test.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jmespath==1.0.1
9797
# botocore
9898
joserfc==1.0.2
9999
# via moto
100+
jsondiff==2.2.1
101+
# via moto
100102
jsonpatch==1.33
101103
# via cfn-lint
102104
jsonpath-ng==1.7.0
@@ -122,8 +124,10 @@ markupsafe==3.0.2
122124
# via
123125
# jinja2
124126
# werkzeug
125-
moto==5.0.27
126-
# via -r requirements/_test.in
127+
moto==5.0.20
128+
# via
129+
# -c requirements/../../../requirements/constraints.txt
130+
# -r requirements/_test.in
127131
mpmath==1.3.0
128132
# via sympy
129133
networkx==3.4.2
@@ -151,7 +155,7 @@ pprintpp==0.4.0
151155
# via pytest-icdiff
152156
py-cpuinfo==9.0.0
153157
# via pytest-benchmark
154-
py-partiql-parser==0.6.1
158+
py-partiql-parser==0.5.6
155159
# via moto
156160
pycparser==2.22
157161
# via cffi
@@ -210,6 +214,7 @@ pyyaml==6.0.2
210214
# -c requirements/_base.txt
211215
# -r requirements/_test.in
212216
# cfn-lint
217+
# jsondiff
213218
# jsonschema-path
214219
# moto
215220
# responses

packages/notifications-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ attrs==24.3.0
1616
# referencing
1717
click==8.1.8
1818
# via typer
19-
deprecated==1.2.15
19+
deprecated==1.2.16
2020
# via
2121
# opentelemetry-api
2222
# opentelemetry-semantic-conventions

packages/postgres-database/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ annotated-types==0.7.0
44
# via pydantic
55
asyncpg==0.30.0
66
# via sqlalchemy
7-
deprecated==1.2.15
7+
deprecated==1.2.16
88
# via
99
# opentelemetry-api
1010
# opentelemetry-semantic-conventions

packages/service-library/requirements/_aiohttp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ attrs==24.3.0
2121
# aiohttp
2222
# jsonschema
2323
# referencing
24-
deprecated==1.2.15
24+
deprecated==1.2.16
2525
# via
2626
# opentelemetry-api
2727
# opentelemetry-semantic-conventions

packages/service-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ charset-normalizer==3.4.1
5151
# via requests
5252
click==8.1.8
5353
# via typer
54-
deprecated==1.2.15
54+
deprecated==1.2.16
5555
# via
5656
# opentelemetry-api
5757
# opentelemetry-exporter-otlp-proto-grpc

packages/service-library/requirements/_fastapi.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ certifi==2024.12.14
1818
# httpx
1919
click==8.1.8
2020
# via uvicorn
21-
deprecated==1.2.15
21+
deprecated==1.2.16
2222
# via
2323
# opentelemetry-api
2424
# opentelemetry-semantic-conventions
@@ -95,7 +95,7 @@ pydantic-core==2.27.2
9595
# via pydantic
9696
sniffio==1.3.1
9797
# via anyio
98-
starlette==0.45.2
98+
starlette==0.45.3
9999
# via
100100
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
101101
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt

packages/simcore-sdk/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ charset-normalizer==3.4.1
8181
# via requests
8282
click==8.1.8
8383
# via typer
84-
deprecated==1.2.15
84+
deprecated==1.2.16
8585
# via
8686
# opentelemetry-api
8787
# opentelemetry-exporter-otlp-proto-grpc

packages/simcore-sdk/requirements/_test.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jmespath==1.0.1
137137
# botocore
138138
joserfc==1.0.2
139139
# via moto
140+
jsondiff==2.2.1
141+
# via moto
140142
jsonpatch==1.33
141143
# via cfn-lint
142144
jsonpath-ng==1.7.0
@@ -169,8 +171,10 @@ markupsafe==3.0.2
169171
# jinja2
170172
# mako
171173
# werkzeug
172-
moto==5.0.27
173-
# via -r requirements/_test.in
174+
moto==5.0.20
175+
# via
176+
# -c requirements/../../../requirements/constraints.txt
177+
# -r requirements/_test.in
174178
mpmath==1.3.0
175179
# via sympy
176180
multidict==6.1.0
@@ -208,7 +212,7 @@ propcache==0.2.1
208212
# -c requirements/_base.txt
209213
# aiohttp
210214
# yarl
211-
py-partiql-parser==0.6.1
215+
py-partiql-parser==0.5.6
212216
# via moto
213217
pycparser==2.22
214218
# via cffi
@@ -267,6 +271,7 @@ pyyaml==6.0.2
267271
# -c requirements/../../../requirements/constraints.txt
268272
# -c requirements/_base.txt
269273
# cfn-lint
274+
# jsondiff
270275
# jsonschema-path
271276
# moto
272277
# responses

requirements/constraints.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ pytest-lazy-fixture>=999999999
7171

7272
# avoid downgrades of openapi-spec-validator related libraries
7373
referencing==0.35.1
74+
75+
# moto==5.0.21 broke `get_ec2_instance_capabilities`
76+
moto<5.0.21

0 commit comments

Comments
 (0)