From 3b4e28223135d8321a94f340de199cc0710bb43b Mon Sep 17 00:00:00 2001 From: Matt Metcalf Date: Wed, 29 Oct 2025 11:50:17 -0700 Subject: [PATCH 1/2] Update dev_requirements.txt --- dev_requirements.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index b5fba0b..774a6e0 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,12 +1,12 @@ -pytest -pytest-cov -pytest-asyncio -black -pylint -mypy -sphinx -sphinx_rtd_theme -sphinx-toolbox -myst_parser -opentelemetry-api -opentelemetry-sdk +pytest < 9.0.0 +pytest-cov < 8.0.0 +pytest-asyncio <2.0.0 +black < 26.0.0 +pylint < 5.0.0 +mypy < 2.0.0 +sphinx < 9.0.0 +sphinx_rtd_theme < 4.0.0 +sphinx-toolbox < 5.0.0 +myst_parser < 5.0.0 +opentelemetry-api < 2.0.0 +opentelemetry-sdk < 2.0.0 From 9892bd1c1437dd79a8aa140bc4afed65cd46ea8f Mon Sep 17 00:00:00 2001 From: Matthew Metcalf Date: Wed, 29 Oct 2025 11:53:59 -0700 Subject: [PATCH 2/2] Update dev_requirements.txt Co-authored-by: Ross Grambo --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 774a6e0..1ccdfa6 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,6 +1,6 @@ pytest < 9.0.0 pytest-cov < 8.0.0 -pytest-asyncio <2.0.0 +pytest-asyncio < 2.0.0 black < 26.0.0 pylint < 5.0.0 mypy < 2.0.0