Skip to content

Commit e3d73a8

Browse files
authored
Merge branch 'main' into fix/rename-type-param
2 parents f94d6af + 9a13916 commit e3d73a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Upload coverage to Codecov
9595
if: matrix.python-version == '3.12'
9696
# codecov/codecov-action@v6.0.0
97-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
97+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
9898
with:
9999
files: sdk/coverage.xml
100100
token: ${{ secrets.CODECOV_TOKEN }}

sdk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dev = [
3434
"pytest-asyncio>=1.3.0",
3535
"mypy>=2.1.0",
3636
"mypy-protobuf>=5.1.0",
37-
"ruff>=0.15.13",
37+
"ruff>=0.15.14",
3838
"grpcio-tools>=1.80.0",
39-
"pdoc>=15.0.0",
39+
"pdoc>=16.0.0",
4040
]
4141

4242
[project.urls]

0 commit comments

Comments
 (0)