You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.0
torequests>=2.21.0
even if the package is not maintained to active any more.The text was updated successfully, but these errors were encountered: