Skip to content

Commit

Permalink
Upgrade dependencies + upgrade Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed Oct 28, 2024
1 parent a29ce72 commit 4af5e61
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 4af5e61

Please sign in to comment.