Skip to content

Commit 6c5d93a

Browse files
committed
Merge branch 'main' into langchain_integ
2 parents d79c4c3 + e0c4c16 commit 6c5d93a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Run Trivy vulnerability scanner to scan repo
25-
uses: aquasecurity/trivy-action@0.30.0
25+
uses: aquasecurity/trivy-action@0.31.0
2626
with:
2727
scan-type: 'fs'
2828
skip-dirs: 'tests/java'

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@ classifiers = [
2222

2323
[tool.poetry.dependencies]
2424
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"
2929
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"
3232
pympler = "1.1"
3333
numpy = [
3434
{version = ">=1.26.4", python = "<3.13"},
3535
{version = ">=2.1.0", python = ">=3.13"}
3636
]
3737

3838
[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"
4343
pre-commit = "~4.2"
4444
docutils="~0.20"
4545
Sphinx = "~7.4"
4646
sphinx-rtd-theme = "~3.0"
4747
sphinxcontrib-napoleon = "~0.7"
4848
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"
5151

5252
[tool.pytest.ini_options]
5353
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)