Skip to content

Commit 68146be

Browse files
committed
service tests&tools
1 parent d0433c4 commit 68146be

File tree

40 files changed

+869
-812
lines changed

40 files changed

+869
-812
lines changed

services/agent/requirements/_test.txt

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aioboto3==14.3.0
1+
aioboto3==15.1.0
22
# via -r requirements/_test.in
3-
aiobotocore==2.22.0
3+
aiobotocore==2.24.0
44
# via aioboto3
55
aiofiles==24.1.0
66
# via
@@ -41,18 +41,18 @@ attrs==25.1.0
4141
# aiohttp
4242
# jsonschema
4343
# referencing
44-
aws-sam-translator==1.95.0
44+
aws-sam-translator==1.100.0
4545
# via cfn-lint
4646
aws-xray-sdk==2.14.0
4747
# via moto
4848
blinker==1.9.0
4949
# via flask
50-
boto3==1.37.3
50+
boto3==1.39.11
5151
# via
5252
# aiobotocore
5353
# aws-sam-translator
5454
# moto
55-
botocore==1.37.3
55+
botocore==1.39.11
5656
# via
5757
# aiobotocore
5858
# aws-xray-sdk
@@ -66,9 +66,9 @@ certifi==2025.1.31
6666
# httpcore
6767
# httpx
6868
# requests
69-
cffi==1.17.1
69+
cffi==2.0.0
7070
# via cryptography
71-
cfn-lint==1.28.0
71+
cfn-lint==1.39.1
7272
# via moto
7373
charset-normalizer==3.4.1
7474
# via
@@ -78,20 +78,20 @@ click==8.2.1
7878
# via
7979
# -c requirements/_base.txt
8080
# flask
81-
coverage==7.6.12
81+
coverage==7.10.7
8282
# via
8383
# -r requirements/_test.in
8484
# pytest-cov
85-
cryptography==44.0.2
85+
cryptography==46.0.1
8686
# via
8787
# -c requirements/../../../requirements/constraints.txt
8888
# joserfc
8989
# moto
9090
docker==7.1.0
9191
# via moto
92-
faker==36.2.2
92+
faker==37.8.0
9393
# via -r requirements/_test.in
94-
flask==3.1.0
94+
flask==3.1.2
9595
# via
9696
# flask-cors
9797
# moto
@@ -124,7 +124,7 @@ idna==3.10
124124
# httpx
125125
# requests
126126
# yarl
127-
iniconfig==2.0.0
127+
iniconfig==2.1.0
128128
# via pytest
129129
itsdangerous==2.2.0
130130
# via flask
@@ -139,7 +139,7 @@ jmespath==1.0.1
139139
# aiobotocore
140140
# boto3
141141
# botocore
142-
joserfc==1.0.4
142+
joserfc==1.3.4
143143
# via moto
144144
jsonpatch==1.33
145145
# via cfn-lint
@@ -160,14 +160,15 @@ jsonschema-specifications==2024.10.1
160160
# -c requirements/_base.txt
161161
# jsonschema
162162
# openapi-schema-validator
163-
lazy-object-proxy==1.10.0
163+
lazy-object-proxy==1.12.0
164164
# via openapi-spec-validator
165165
markupsafe==3.0.2
166166
# via
167167
# -c requirements/_base.txt
168+
# flask
168169
# jinja2
169170
# werkzeug
170-
moto==5.1.4
171+
moto==5.1.13
171172
# via -r requirements/_test.in
172173
mpmath==1.3.0
173174
# via sympy
@@ -177,19 +178,19 @@ multidict==6.1.0
177178
# aiobotocore
178179
# aiohttp
179180
# yarl
180-
networkx==3.4.2
181+
networkx==3.5
181182
# via cfn-lint
182183
openapi-schema-validator==0.6.3
183184
# via openapi-spec-validator
184-
openapi-spec-validator==0.7.1
185+
openapi-spec-validator==0.7.2
185186
# via moto
186187
packaging==24.2
187188
# via
188189
# -c requirements/_base.txt
189190
# pytest
190191
pathable==0.4.4
191192
# via jsonschema-path
192-
pluggy==1.5.0
193+
pluggy==1.6.0
193194
# via
194195
# pytest
195196
# pytest-cov
@@ -202,7 +203,7 @@ propcache==0.3.0
202203
# yarl
203204
py-partiql-parser==0.6.1
204205
# via moto
205-
pycparser==2.22
206+
pycparser==2.23
206207
# via cffi
207208
pydantic==2.11.7
208209
# via
@@ -217,19 +218,19 @@ pygments==2.19.1
217218
# via
218219
# -c requirements/_base.txt
219220
# pytest
220-
pyparsing==3.2.1
221+
pyparsing==3.2.5
221222
# via moto
222-
pytest==8.4.1
223+
pytest==8.4.2
223224
# via
224225
# -r requirements/_test.in
225226
# pytest-asyncio
226227
# pytest-cov
227228
# pytest-mock
228-
pytest-asyncio==1.0.0
229+
pytest-asyncio==1.2.0
229230
# via -r requirements/_test.in
230-
pytest-cov==6.2.1
231+
pytest-cov==7.0.0
231232
# via -r requirements/_test.in
232-
pytest-mock==3.14.1
233+
pytest-mock==3.15.1
233234
# via -r requirements/_test.in
234235
pytest-runner==6.0.1
235236
# via -r requirements/_test.in
@@ -258,7 +259,7 @@ referencing==0.35.1
258259
# jsonschema
259260
# jsonschema-path
260261
# jsonschema-specifications
261-
regex==2024.11.6
262+
regex==2025.9.18
262263
# via cfn-lint
263264
requests==2.32.4
264265
# via
@@ -267,7 +268,7 @@ requests==2.32.4
267268
# jsonschema-path
268269
# moto
269270
# responses
270-
responses==0.25.6
271+
responses==0.25.8
271272
# via moto
272273
rfc3339-validator==0.1.4
273274
# via openapi-schema-validator
@@ -276,7 +277,7 @@ rpds-py==0.23.1
276277
# -c requirements/_base.txt
277278
# jsonschema
278279
# referencing
279-
s3transfer==0.11.3
280+
s3transfer==0.13.1
280281
# via boto3
281282
setuptools==80.9.0
282283
# via moto
@@ -290,7 +291,7 @@ sniffio==1.3.1
290291
# -c requirements/_base.txt
291292
# anyio
292293
# asgi-lifespan
293-
sympy==1.13.3
294+
sympy==1.14.0
294295
# via cfn-lint
295296
typing-extensions==4.14.1
296297
# via
@@ -300,12 +301,13 @@ typing-extensions==4.14.1
300301
# cfn-lint
301302
# pydantic
302303
# pydantic-core
304+
# pytest-asyncio
303305
# typing-inspection
304306
typing-inspection==0.4.1
305307
# via
306308
# -c requirements/_base.txt
307309
# pydantic
308-
tzdata==2025.1
310+
tzdata==2025.2
309311
# via faker
310312
urllib3==2.5.0
311313
# via
@@ -325,7 +327,7 @@ wrapt==1.17.2
325327
# -c requirements/_base.txt
326328
# aiobotocore
327329
# aws-xray-sdk
328-
xmltodict==0.14.2
330+
xmltodict==1.0.2
329331
# via moto
330332
yarl==1.18.3
331333
# via
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
astroid==3.3.8
1+
astroid==3.3.11
22
# via pylint
3-
black==25.1.0
3+
black==25.9.0
44
# via -r requirements/../../../requirements/devenv.txt
5-
build==1.2.2.post1
5+
build==1.3.0
66
# via pip-tools
77
bump2version==1.0.1
88
# via -r requirements/../../../requirements/devenv.txt
@@ -14,21 +14,21 @@ click==8.2.1
1414
# -c requirements/_test.txt
1515
# black
1616
# pip-tools
17-
dill==0.3.9
17+
dill==0.4.0
1818
# via pylint
19-
distlib==0.3.9
19+
distlib==0.4.0
2020
# via virtualenv
21-
filelock==3.17.0
21+
filelock==3.19.1
2222
# via virtualenv
23-
identify==2.6.8
23+
identify==2.6.14
2424
# via pre-commit
2525
isort==6.0.1
2626
# via
2727
# -r requirements/../../../requirements/devenv.txt
2828
# pylint
2929
mccabe==0.7.0
3030
# via pylint
31-
mypy==1.16.1
31+
mypy==1.18.2
3232
# via -r requirements/../../../requirements/devenv.txt
3333
mypy-extensions==1.1.0
3434
# via
@@ -46,43 +46,45 @@ pathspec==0.12.1
4646
# via
4747
# black
4848
# mypy
49-
pip==25.0.1
49+
pip==25.2
5050
# via pip-tools
51-
pip-tools==7.4.1
51+
pip-tools==7.5.0
5252
# via -r requirements/../../../requirements/devenv.txt
53-
platformdirs==4.3.6
53+
platformdirs==4.4.0
5454
# via
5555
# black
5656
# pylint
5757
# virtualenv
58-
pre-commit==4.1.0
58+
pre-commit==4.3.0
5959
# via -r requirements/../../../requirements/devenv.txt
60-
pylint==3.3.4
60+
pylint==3.3.8
6161
# via -r requirements/../../../requirements/devenv.txt
6262
pyproject-hooks==1.2.0
6363
# via
6464
# build
6565
# pip-tools
66+
pytokens==0.1.10
67+
# via black
6668
pyyaml==6.0.2
6769
# via
6870
# -c requirements/../../../requirements/constraints.txt
6971
# -c requirements/_base.txt
7072
# -c requirements/_test.txt
7173
# pre-commit
72-
ruff==0.9.9
74+
ruff==0.13.2
7375
# via -r requirements/../../../requirements/devenv.txt
7476
setuptools==80.9.0
7577
# via
7678
# -c requirements/_test.txt
7779
# pip-tools
78-
tomlkit==0.13.2
80+
tomlkit==0.13.3
7981
# via pylint
8082
typing-extensions==4.14.1
8183
# via
8284
# -c requirements/_base.txt
8385
# -c requirements/_test.txt
8486
# mypy
85-
virtualenv==20.29.3
87+
virtualenv==20.34.0
8688
# via pre-commit
8789
wheel==0.45.1
8890
# via pip-tools

0 commit comments

Comments
 (0)