navapbc / template-application-flask

Apache License 2.0
7 stars 3 forks source link

A few minor package version updates #212

Open chouinar opened 11 months ago

chouinar commented 11 months ago

Changes

Ran poetry lock to update the packages to more recent versions.

Context for reviewers

Had an anchore-scan fail for the urllib3 library: https://github.com/navapbc/platform-test-flask/actions/runs/6566406509/job/17837008368 - updating past the version it mentions.

This also happened to update the mypy library which fixed a typing issue we had in the latest version: https://mypy-lang.blogspot.com/2023/10/mypy-16-released.html

Testing

Running outside of the docker container, ran poetry install --no-root --all-extras --with dev --sync and make format lint test.