Skip to content

Commit 30b11bd

Browse files
authored
Merge branch 'main' into add-migration-skills-2
2 parents ab155f2 + b73082a commit 30b11bd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pyright==1.1.410
22
sphinx==9.1.0
33
sphinx-rtd-theme==3.1.0
4-
sphinx-autodoc-typehints==3.10.5
5-
pytest==9.0.3
4+
sphinx-autodoc-typehints==3.11.0
5+
pytest==9.1.0
66
pytest-cov==7.1.0
7-
readme-renderer==44.0
7+
readme-renderer==45.0
88
bleach==6.4.0 # transient dependency for readme-renderer
99
markupsafe>=2.0.1
1010
codespell==2.4.2

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sphinx==9.1.0
22
sphinx-rtd-theme==3.1.0
3-
sphinx-autodoc-typehints==3.10.5
3+
sphinx-autodoc-typehints==3.11.0
44

55
# Required by opentelemetry-util-genai
66
fsspec>=2025.9.0

instrumentation/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# This variant of the requirements aims to test the system using
3838
# the newest supported version of external dependencies.
3939

40-
google-auth==2.53.0
40+
google-auth==2.55.0
4141

4242
google-genai==2.8.0
4343

0 commit comments

Comments
 (0)