Skip to content

Commit

Permalink
fix the version in constraints.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Mar 7, 2024
1 parent cfcd2d0 commit a6111f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/setup/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ghapi==1.0.3
# via -r requirements.memory.txt
humanfriendly==10.0
# via coloredlogs
idf-component-manager==1.2.2
idf-component-manager==1.5.2
# via -r requirements.esp32.txt
idna==3.4
# via requests
Expand Down
4 changes: 2 additions & 2 deletions scripts/setup/requirements.esp32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ future>=0.15.2
# pyparsing: Min version was set based on https://github.com/pyparsing/pyparsing/issues/319
# pyparsing: Max version was set to avoid breaking changes
pyparsing>=3.0.3,<3.1
idf-component-manager>=1.5.2
idf-component-manager
pygdbmi<=0.9.0.2
reedsolo>=1.5.3,<=1.5.4
bitstring>=3.1.6,<4
ecdsa>=0.16.0
construct==2.10.54
python-socketio<5
itsdangerous<2.1 ; python_version < "3.11"
esp_idf_monitor>=1.4.0
esp_idf_monitor==1.1.1
esp-idf-kconfig==1.2.0

0 comments on commit a6111f9

Please sign in to comment.