Skip to content

Commit

Permalink
fix(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 0fb484b commit 9fb18c8
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:3.12
FROM mcr.microsoft.com/vscode/devcontainers/python:3.13

ENV POETRY_VERSION="1.7.1"

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/waffles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM python:3.12
FROM python:3.13.0

RUN apt update
RUN apt install -y python3-pip python3 git libmagic-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/waffles/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docopt==0.6.2
Flask==2.3.3
markupsafe==2.1.5
setuptools==75.6.0 # required for distutils in Python 3.12
setuptools==75.8.0 # required for distutils in Python 3.12
git+https://github.com/cds-snc/notifier-utils.git@53.1.2#egg=notifications-utils
Loading

0 comments on commit 9fb18c8

Please sign in to comment.