DataBiosphere / job-manager

Job Manager API and UI for interacting with asynchronous batch jobs and workflows.
BSD 3-Clause "New" or "Revised" License
26 stars 5 forks source link

WX-1579 gunicorn security update #794

Closed jgainerdewar closed 5 months ago

jgainerdewar commented 5 months ago

Updating gunicorn to 22.0.0.

Removed standard Python requirements handling because we can't use what we get out of the standard method - see notes around PyYAML special handling. Since we can't use an auto-generated requirements.txt as-is, not much point in maintaining two files.