Skip to content

requirements.txt pinning old version of requests package #16

@wiking-at

Description

@wiking-at
  • Django Wordpress API version: 0.2.0

Description

requests==2.21.0

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions