Skip to content

Commit 572556a

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/pip/sdk/grpcio-tools-gte-1.81.0
# Conflicts: # sdk/pyproject.toml
2 parents 235b0d4 + 9182008 commit 572556a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
17+
- uses: actions/checkout@v6
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.12"
2121
- run: pip install mkdocs-material mkdocstrings[python]
2222
- run: mkdocs build
23-
- uses: actions/upload-pages-artifact@v3
23+
- uses: actions/upload-pages-artifact@v5
2424
with:
2525
path: site/
2626

@@ -31,5 +31,5 @@ jobs:
3131
url: ${{ steps.deployment.outputs.page_url }}
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/deploy-pages@v4
34+
- uses: actions/deploy-pages@v5
3535
id: deployment

sdk/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ dependencies = [
2929

3030
[project.optional-dependencies]
3131
otel = [
32-
"opentelemetry-instrumentation-grpc>=0.50b0",
32+
"opentelemetry-instrumentation-grpc>=0.63b1",
3333
]
3434
docs = [
3535
"mkdocs-material>=9.5",
36-
"mkdocstrings[python]>=0.27",
36+
"mkdocstrings[python]>=1.0.4",
3737
]
3838
dev = [
3939
"pytest>=9.0.3",
4040
"pytest-cov>=7.1.0",
4141
"pytest-asyncio>=1.4.0",
4242
"mypy>=2.1.0",
4343
"mypy-protobuf>=5.1.0",
44-
"ruff>=0.15.15",
44+
"ruff>=0.15.16",
4545
"grpcio-tools>=1.81.0",
4646
"pdoc>=16.0.0",
4747
]

0 commit comments

Comments
 (0)