Skip to content

Commit a119df5

Browse files
fix(deps): update all minor dependencies
1 parent f634020 commit a119df5

3 files changed

Lines changed: 36 additions & 29 deletions

File tree

.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.14.6
33

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

poetry.lock

Lines changed: 33 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ requires = ["poetry-core>=1.3.2"]
1212
build-backend = "poetry.core.masonry.api"
1313

1414
[tool.poetry.dependencies]
15-
python = "~3.12.7"
15+
python = "~3.14.0"
1616
# required by both api and admin
17-
awscli = "1.45.59"
17+
awscli = "1.46.1"
1818
bleach = "6.3.0"
1919
boto3 = "1.43.54"
2020
cachetools = "4.2.4"

0 commit comments

Comments
 (0)