fix(requirements): Avoid version conflicts (#10222)
This commit is contained in:
parent
6c4e9ee609
commit
60cbb6276a
3 changed files with 6 additions and 5 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
esp-docs>=1.4.0
|
esp-docs>=1.4.0
|
||||||
sphinx-copybutton==0.5.0
|
sphinx-copybutton==0.5.0
|
||||||
sphinx-tabs==3.2.0
|
sphinx-tabs==3.2.0
|
||||||
|
numpydoc==1.5.0
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
cryptography==42.0.7
|
cryptography==42.0.7
|
||||||
--only-binary cryptography
|
--only-binary cryptography
|
||||||
pytest-cov==5.0.0
|
pytest-cov==5.0.0
|
||||||
pytest-embedded-serial-esp==1.11.0
|
pytest-embedded-serial-esp==1.11.5
|
||||||
pytest-embedded-arduino==1.11.0
|
pytest-embedded-arduino==1.11.5
|
||||||
pytest-embedded-wokwi==1.11.0
|
pytest-embedded-wokwi==1.11.5
|
||||||
pytest-embedded-qemu==1.11.0
|
pytest-embedded-qemu==1.11.5
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
pre-commit==3.7.1
|
pre-commit==3.7.1
|
||||||
docutils==0.21.2
|
docutils==0.16
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue