update dependencies

This commit is contained in:
auouymous 2023-08-07 20:05:29 -06:00
parent 839b0b2aa5
commit 62cbf7f970
3 changed files with 7 additions and 7 deletions

View File

@ -67,7 +67,7 @@ cp -a "$checkout"/tools/mac-osx/make_cert_pem.py "$resources"/bin
# install gPodder hard dependencies
$run_pip install setuptools==64.0.3 wheel || exit 1
$run_pip install mygpoclient==1.9 podcastparser==0.6.9 requests[socks]==2.31.0 || exit 1
$run_pip install mygpoclient==1.9 podcastparser==0.6.10 requests[socks]==2.31.0 || exit 1
# install brotli and pycryptodomex (build from source)
$run_pip debug -v
$run_pip install -v brotli || exit 1

View File

@ -5,9 +5,9 @@ dbus-python
html5lib==1.1
mutagen==1.46.0
mygpoclient==1.9
podcastparser==0.6.9
podcastparser==0.6.10
requests[socks]==2.31.0
urllib3==1.26.13
urllib3==2.0.4
yt-dlp
# eyed3 is optional and pulls in a lot of dependencies, so disable by default
# eyed3

View File

@ -84,18 +84,18 @@ function extract_installer {
}
PIP_REQUIREMENTS="\
certifi==2022.12.7
certifi==2023.7.22
chardet==5.1.0
comtypes==1.1.14
comtypes==1.2.0
git+https://github.com/jaraco/pywin32-ctypes.git@f27d6a0
html5lib==1.1
idna==3.4
mutagen==1.46.0
mygpoclient==1.9
podcastparser==0.6.9
podcastparser==0.6.10
PySocks==1.7.1
requests==2.31.0
urllib3==1.26.13
urllib3==2.0.4
webencodings==0.5.1
yt-dlp
"