Skip to content

Commit ecb67db

Browse files
authored
Upgrade dependencies + upgrade Python version (#237)
## 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
1 parent a29ce72 commit ecb67db

File tree

4 files changed

+851
-846
lines changed

4 files changed

+851
-846
lines changed

app/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.13

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The build stage that will be used to deploy to the various environments
55
# needs to be called `release` in order to integrate with the repo's
66
# top-level Makefile
7-
FROM python:3.12-slim AS base
7+
FROM python:3.13-slim AS base
88
# See /docs/app/README.md#Upgrading Python
99
# for details on upgrading your Python version
1010

0 commit comments

Comments
 (0)