File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7070 click_versions : |
7171 for clk_ver in 8.2.0 8.2.1;
7272 do
73- venv/bin/pip uninstall -y click;
7473 venv/bin/pip install --force-reinstall click==$clk_ver;
7574 venv/bin/pytest -vvs tests/test_cliutils_progressbar.py;
7675 done
Original file line number Diff line number Diff line change 1- aboutcode-toolkit > =11.1.1
1+ aboutcode-toolkit = =11.1.1
22black == 23.1.0
33bleach == 6.0.0
44boolean.py == 4.0
55cffi == 1.15.1
66cryptography == 39.0.1
77docutils == 0.19
88et-xmlfile == 1.1.0
9- exceptiongroup == 1.1.0
109execnet == 1.9.0
1110importlib-metadata == 6.0.0
1211iniconfig == 2.0.0
12+ isort == 6.0.1
1313jaraco.classes == 3.2.3
1414jeepney == 0.8.0
1515jinja2 == 3.1.2
@@ -27,6 +27,7 @@ pathspec==0.11.0
2727pkginfo == 1.9.6
2828platformdirs == 3.0.0
2929pluggy == 1.0.0
30+ pycodestyle == 2.13.0
3031pycparser == 2.21
3132pygments == 2.14.0
3233pytest == 7.2.1
@@ -37,7 +38,6 @@ rfc3986==2.0.0
3738rich == 13.3.1
3839secretstorage == 3.3.3
3940six == 1.16.0
40- tomli == 2.0.1
4141twine == 4.0.2
4242webencodings == 0.5.1
43- zipp == 3.14.0
43+ zipp == 3.14.0
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ attrs==25.3.0
22beautifulsoup4 == 4.13.4
33certifi == 2025.4.26
44chardet == 5.2.0
5- click >= 8.2.0
5+ charset-normalizer == 3.4.2
6+ click == 8.2.1
67idna == 3.10
7- pip == 23.0
8+ pip == 25.1.1
89PyYAML == 6.0.2
910requests == 2.32.2
1011saneyaml == 0.6.1
11- setuptools == 67.1.0
12+ setuptools == 80.3.1
1213soupsieve == 2.7
1314text-unidecode == 1.3
15+ typing_extensions == 4.13.2
1416urllib3 == 1.26.20
15- wheel == 0.38.4
You can’t perform that action at this time.
0 commit comments