Skip to content

Commit

Permalink
Upgrade dependencies + upgrade Python version (#237)
Browse files Browse the repository at this point in the history
## Ticket

## Changes
Upgraded python version from 3.12 to 3.13

Upgraded many package versions of other dependencies

## Context for reviewers
This should be uneventful, the upgrade from Python 3.12 -> 3.13 had very
little that would be breaking (many of the major changes need to be
enabled explicitly).

The package versions are just catching up on updates - we've been doing
a better job of this in the simpler grants repo. There are several
vulnerabilities this should fix.
https://github.com/navapbc/template-application-flask/security/dependabot
  • Loading branch information
chouinar authored Oct 28, 2024
1 parent a29ce72 commit ecb67db
Show file tree
Hide file tree
Showing 4 changed files with 851 additions and 846 deletions.
2 changes: 1 addition & 1 deletion app/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# The build stage that will be used to deploy to the various environments
# needs to be called `release` in order to integrate with the repo's
# top-level Makefile
FROM python:3.12-slim AS base
FROM python:3.13-slim AS base
# See /docs/app/README.md#Upgrading Python
# for details on upgrading your Python version

Expand Down
Loading

0 comments on commit ecb67db

Please sign in to comment.