File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@v4
23
23
24
24
- name : Run Trivy vulnerability scanner to scan repo
25
- uses : aquasecurity/trivy-action@0.30 .0
25
+ uses : aquasecurity/trivy-action@0.31 .0
26
26
with :
27
27
scan-type : ' fs'
28
28
skip-dirs : ' tests/java'
Original file line number Diff line number Diff line change @@ -22,32 +22,32 @@ classifiers = [
22
22
23
23
[tool .poetry .dependencies ]
24
24
python = " ^3.9"
25
- protobuf = " 5.29.4 "
26
- grpcio = " 1.70 .0"
27
- grpcio-tools = " 1.70 .0"
28
- jsonpickle = " >=3.0,<4.1 "
25
+ protobuf = " 5.29.5 "
26
+ grpcio = " 1.73 .0"
27
+ grpcio-tools = " 1.71 .0"
28
+ jsonpickle = " >=3.0,<4.2 "
29
29
pymitter = " >=0.4,<1.1"
30
- typing-extensions = " >=4.11,<4.14 "
31
- types-protobuf = " 6.30.2.20250506 "
30
+ typing-extensions = " >=4.11,<4.15 "
31
+ types-protobuf = " 6.30.2.20250516 "
32
32
pympler = " 1.1"
33
33
numpy = [
34
34
{version = " >=1.26.4" , python = " <3.13" },
35
35
{version = " >=2.1.0" , python = " >=3.13" }
36
36
]
37
37
38
38
[tool .poetry .dev-dependencies ]
39
- pytest = " ~8.3 "
40
- pytest-asyncio = " ~0.26 "
41
- pytest-cov = " ~6.1 "
42
- pytest-unordered = " ~0.6 "
39
+ pytest = " ~8.4 "
40
+ pytest-asyncio = " ~1.0 "
41
+ pytest-cov = " ~6.2 "
42
+ pytest-unordered = " ~0.7 "
43
43
pre-commit = " ~4.2"
44
44
docutils =" ~0.20"
45
45
Sphinx = " ~7.4"
46
46
sphinx-rtd-theme = " ~3.0"
47
47
sphinxcontrib-napoleon = " ~0.7"
48
48
m2r = " ~0.3"
49
- third-party-license-file-generator = " ~2024.8 "
50
- pyinstrument =" 5.0.1 "
49
+ third-party-license-file-generator = " ~2025.6 "
50
+ pyinstrument =" 5.0.2 "
51
51
52
52
[tool .pytest .ini_options ]
53
53
asyncio_default_fixture_loop_scope = " function"
You can’t perform that action at this time.
0 commit comments