Skip to content

add workflow for freezing and updating dependencies #29

Open
@j5awry

Description

@j5awry

ATM we have a combination of frozen, ranges, and "latest" in our requirements files. We also have no workflow for updating dependencies and doing testing. As such, some of our frozen deps are a bit behind, and our ranges may not be up to date. Ex: Flask is currently >0.8 but we may want to start forcing the 1.0 fork

We need an automated way to do the following

  • check dependencies are reasonably up to date
  • test against latest versions of dependencies
  • test ranges of dependencies if we are going to allow specific ranges
  • automatically update dependencies for releases

Metadata

Metadata

Assignees

No one assigned

    Labels

    ci/cdContinuous Integration and Continuous Delivery tasks

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions