File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ dependencies = [
2929
3030[project .optional-dependencies ]
3131otel = [
32- " opentelemetry-instrumentation-grpc>=0.50b0 " ,
32+ " opentelemetry-instrumentation-grpc>=0.63b1 " ,
3333]
3434docs = [
3535 " mkdocs-material>=9.5" ,
36- " mkdocstrings[python]>=0.27 " ,
36+ " mkdocstrings[python]>=1.0.4 " ,
3737]
3838dev = [
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]
You can’t perform that action at this time.
0 commit comments