rss-bridge
rss-bridge copied to clipboard
Update python dependency for prtester
This is necessary for glob.glob() with the root_dir argument
@Bockiii sorry, in https://github.com/RSS-Bridge/rss-bridge/pull/4310 I missed to check which python version is used in the pipeline.
prtester.py fails with TypeError: glob() got an unexpected keyword argument 'root_dir'.
The root_dir parameter of glob.glob() was added with python 3.10