Skip to content

Commit 0ed32db

Browse files
fix(deps): update all minor dependencies
1 parent a3ca16a commit 0ed32db

File tree

4 files changed

+132
-114
lines changed

4 files changed

+132
-114
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/vscode/devcontainers/python:3.12
1+
FROM mcr.microsoft.com/vscode/devcontainers/python:3.13
22

33
ENV POETRY_VERSION="1.7.1"
44
ENV POETRY_VENV_PATH="/home/vscode/.venv/workspace"

.github/actions/waffles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM python:3.12
2+
FROM python:3.13.4
33

44
RUN apt update
55
RUN apt install -y python3-pip python3 git libmagic-dev

0 commit comments

Comments
 (0)