Skip to content

Commit c4b7fe6

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

3 files changed

Lines changed: 56 additions & 49 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: 52 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 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.0"
1818
bleach = "6.3.0"
1919
boto3 = "1.43.54"
2020
cachetools = "4.2.4"
@@ -52,7 +52,7 @@ pytest-cov = "2.12.1"
5252
pytest-mock = "3.15.1"
5353
pytest-xdist = "2.5.0"
5454
requests-mock = "1.12.1"
55-
ruff = "^0.15.0"
55+
ruff = "^0.16.0"
5656
types-beautifulsoup4 = "^4.12.0.20240229"
5757
types-bleach = "5.0.3.1"
5858
types-cachetools = "5.5.0.20240820"

0 commit comments

Comments
 (0)