A few minor package version updates #212
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
andmake format lint test
.