Skip to content

Commit

Permalink
fix(requirements): Avoid version conflicts (#10222)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz authored Aug 22, 2024
1 parent 6c4e9ee commit 60cbb62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
esp-docs>=1.4.0
sphinx-copybutton==0.5.0
sphinx-tabs==3.2.0
numpydoc==1.5.0
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cryptography==42.0.7
--only-binary cryptography
pytest-cov==5.0.0
pytest-embedded-serial-esp==1.11.0
pytest-embedded-arduino==1.11.0
pytest-embedded-wokwi==1.11.0
pytest-embedded-qemu==1.11.0
pytest-embedded-serial-esp==1.11.5
pytest-embedded-arduino==1.11.5
pytest-embedded-wokwi==1.11.5
pytest-embedded-qemu==1.11.5
2 changes: 1 addition & 1 deletion tools/pre-commit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pre-commit==3.7.1
docutils==0.21.2
docutils==0.16

0 comments on commit 60cbb62

Please sign in to comment.