Bump requests version.

This commit is contained in:
auouymous 2023-08-07 19:25:54 -06:00
parent d24b42c5b2
commit a077b54082
3 changed files with 3 additions and 3 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.28.1 || exit 1
$run_pip install mygpoclient==1.9 podcastparser==0.6.9 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

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

View File

@ -94,7 +94,7 @@ mutagen==1.46.0
mygpoclient==1.9
podcastparser==0.6.9
PySocks==1.7.1
requests==2.28.1
requests==2.31.0
urllib3==1.26.13
webencodings==0.5.1
yt-dlp