swappsco / django-wordpress-api

MIT License
22 stars 9 forks source link

requirements.txt pinning old version of requests package #16

Open wiking-at opened 4 months ago

wiking-at commented 4 months ago

Description

https://github.com/swappsco/django-wordpress-api/blob/5c039b04da2cdce9d417f58829fa6fd27b0432a9/requirements.txt#L4

The requirements-file is pinning an old version of requests package - which complicates build pipelines. other packages in the django project might want to use different/newer versions.

It would be a good idea to change requests==2.21.0 to requests>=2.21.0 even if the package is not maintained to active any more.