- Django Wordpress API version: 0.2.0
Description
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.
Description
django-wordpress-api/requirements.txt
Line 4 in 5c039b0
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.0torequests>=2.21.0even if the package is not maintained to active any more.