Skip to content

Commit 60cbb62

Browse files
authored
fix(requirements): Avoid version conflicts (#10222)
1 parent 6c4e9ee commit 60cbb62

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Diff for: docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
esp-docs>=1.4.0
22
sphinx-copybutton==0.5.0
33
sphinx-tabs==3.2.0
4+
numpydoc==1.5.0

Diff for: tests/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cryptography==42.0.7
22
--only-binary cryptography
33
pytest-cov==5.0.0
4-
pytest-embedded-serial-esp==1.11.0
5-
pytest-embedded-arduino==1.11.0
6-
pytest-embedded-wokwi==1.11.0
7-
pytest-embedded-qemu==1.11.0
4+
pytest-embedded-serial-esp==1.11.5
5+
pytest-embedded-arduino==1.11.5
6+
pytest-embedded-wokwi==1.11.5
7+
pytest-embedded-qemu==1.11.5

Diff for: tools/pre-commit/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pre-commit==3.7.1
2-
docutils==0.21.2
2+
docutils==0.16

0 commit comments

Comments
 (0)