mozilla-services / python-dockerflow

A Python package to implement tools and helpers for Mozilla Dockerflow
https://python-dockerflow.readthedocs.io
Mozilla Public License 2.0
38 stars 21 forks source link

Update supported versions of Python, Django, Flask #69

Closed jwhitlock closed 2 years ago

jwhitlock commented 2 years ago

This PR addresses issue #68, updating versions of Python, Django, Flask, ~and Sanic~ to current versions:

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #69 (1d43c9f) into main (5e30d69) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files          19       19           
  Lines         594      594           
  Branches       93       97    +4     
=======================================
  Hits          581      581           
  Misses          9        9           
  Partials        4        4           
Impacted Files Coverage Δ
src/dockerflow/flask/app.py 94.55% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5e30d69...1d43c9f. Read the comment docs.

jwhitlock commented 2 years ago

OK, the changes are ready for review, and the build is back to green.

Additional changes to fix linting:

Additional cleanup:

I added issue #70 to track adding support for newer Sanic versions, which may be tricky.