File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 run : python -m pip install --upgrade pip
2626
2727 - name : Install click
28- run : pip install click===8.1.8
28+ run : pip install click>=8.2
2929
3030 - name : Install hatch
3131 run : |
Original file line number Diff line number Diff line change 2121 - name : Ensure latest pip
2222 run : python -m pip install --upgrade pip
2323 - name : Install click
24- run : pip install click==8.1.8
24+ run : pip install click>=8.2
2525 - name : Install hatch
2626 run : pip install hatch
2727 - name : Build docs
Original file line number Diff line number Diff line change 1818 run : python -m pip install --upgrade pip
1919
2020 - name : Install click
21- run : pip install click===8.1.8
21+ run : pip install click>=8.2
2222
2323 - name : Install dependencies
2424 run : |
Original file line number Diff line number Diff line change 2222 run : python -m pip install --upgrade pip
2323
2424 - name : Install click
25- run : pip install click===8.1.8
25+ run : pip install click>=8.2
2626
2727 - name : Install hatch
2828 run : pip install hatch
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ dependencies = [
9393 " pytest-cov" ,
9494 " pytest-mock" ,
9595 " pytest-httpserver" ,
96- " click===8.1.8 " ,
96+ " click>=8.2 " ,
9797 " chardet" ,
9898 " python-dateutil" ,
9999]
You can’t perform that action at this time.
0 commit comments