Skip to content

Commit f1b07fc

Browse files
committed
no commit message given
1 parent 438e4b3 commit f1b07fc

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

plugins/complete.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ function _activate_complete() {
1818
complete -C "pymultigit complete" mg
1919
complete -C "pygooglecloud complete" pygooglecloud
2020
complete -C "pymakehelper complete" pymakehelper
21-
2221
complete -C "pygcal complete" pygcal
2322
complete -C "pytubekit complete" pytubekit
2423
complete -C "pycontacts complete" pycontacts
24+
25+
# shellcheck source=/dev/null
26+
source <(rsb complete bash)
2527
__var=0
2628
}
2729

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ pydmt==0.3.32
2626
pyfakeuse==0.0.9
2727
pygments==2.19.2
2828
pylogconf==0.0.38
29-
pymakehelper==0.0.38
30-
pytconf==0.1.21
29+
pymakehelper==0.0.37
30+
pytconf==0.1.19
3131
python-dateutil==2.9.0.post0
3232
pytidylib==0.3.2
3333
pytz==2025.2
34-
pyyaml==6.0.3
34+
pyyaml==6.0.2
3535
referencing==0.36.2
3636
requests==2.32.5
3737
roman-numerals-py==3.1.0
@@ -47,7 +47,7 @@ sphinxcontrib-htmlhelp==2.1.0
4747
sphinxcontrib-jsmath==1.0.1
4848
sphinxcontrib-qthelp==2.0.0
4949
sphinxcontrib-serializinghtml==2.0.0
50-
termcolor==3.2.0
50+
termcolor==3.1.0
5151
tqdm==4.67.1
5252
types-requests==2.32.4.20250809
5353
typing-extensions==4.15.0

0 commit comments

Comments
 (0)