Skip to content

Commit de9af8e

Browse files
mrm9084rossgrambo
andauthored
Set Max Versions for dev dependencies (#61)
* Update dev_requirements.txt * Update dev_requirements.txt Co-authored-by: Ross Grambo <[email protected]> --------- Co-authored-by: Ross Grambo <[email protected]>
1 parent bd32c17 commit de9af8e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

dev_requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
pytest
2-
pytest-cov
3-
pytest-asyncio
4-
black
5-
pylint
6-
mypy
7-
sphinx
8-
sphinx_rtd_theme
9-
sphinx-toolbox
10-
myst_parser
11-
opentelemetry-api
12-
opentelemetry-sdk
1+
pytest < 9.0.0
2+
pytest-cov < 8.0.0
3+
pytest-asyncio < 2.0.0
4+
black < 26.0.0
5+
pylint < 5.0.0
6+
mypy < 2.0.0
7+
sphinx < 9.0.0
8+
sphinx_rtd_theme < 4.0.0
9+
sphinx-toolbox < 5.0.0
10+
myst_parser < 5.0.0
11+
opentelemetry-api < 2.0.0
12+
opentelemetry-sdk < 2.0.0

0 commit comments

Comments
 (0)