Skip to content

Commit c4734bb

Browse files
chore(deps): update dependency python
1 parent 75c234f commit c4734bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
uv = 'latest'
3-
python = { version= '3.12'}
3+
python = { version= '3.14.3'}
44
awscli = '2.31.33'
55

66
[tasks.sync]

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bullseye
1+
FROM python:3.13-slim-bullseye
22

33
# Set the working directory in the container
44
WORKDIR /app

0 commit comments

Comments
 (0)