Skip to content

Commit 87e59a4

Browse files
authored
Merge pull request #6224 from dhalbert/revert-pin-typer-click
revert pins of click and typer
2 parents e31d84d + d20ae5a commit 87e59a4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ports_windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
pip install wheel
6767
# requirements_dev.txt doesn't install on windows. (with msys2 python)
6868
# instead, pick a subset for what we want to do
69-
# Undo the pin of typer & click when undoing it in requirements-dev.txt
70-
pip install cascadetoml jinja2 typer==0.4.0 click==8.0.4 intelhex
69+
pip install cascadetoml jinja2 typer click intelhex
7170
# check that installed packages work....?
7271
which python; python --version; python -c "import cascadetoml"
7372
which python3; python3 --version; python3 -c "import cascadetoml"

requirements-dev.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ huffman
44
# For nvm.toml
55
cascadetoml
66
jinja2
7-
# Undo this pin when click and typer are again compatible.
8-
typer==0.4.0
7+
typer
98

109
sh
11-
# Undo this pin when click and typer are again compatible.
12-
click==8.0.4
10+
click
1311
cpp-coveralls
1412
requests
1513
requests-cache

0 commit comments

Comments
 (0)