Skip to content

Commit 380cc7f

Browse files
fix(deps): update all minor dependencies
1 parent c37ffbe commit 380cc7f

2 files changed

Lines changed: 8 additions & 8 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.2
33

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

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ 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
1717
awscli = "1.33.35"
18-
bleach = "6.1.0"
19-
boto3 = "1.34.153"
18+
bleach = "6.3.0"
19+
boto3 = "1.42.56"
2020
cachetools = "4.2.4"
2121

2222
# Pinned dependencies
@@ -43,16 +43,16 @@ werkzeug = "3.0.6"
4343

4444
[tool.poetry.group.test.dependencies]
4545
beautifulsoup4 = "^4.12.3"
46-
click = "8.1.8"
46+
click = "8.3.1"
4747
fakeredis = "^2.24.1"
4848
freezegun = "1.5.5"
49-
mypy = "1.10.0"
49+
mypy = "1.19.1"
5050
pytest = "7.4.4"
5151
pytest-cov = "2.12.1"
52-
pytest-mock = "3.14.0"
52+
pytest-mock = "3.15.1"
5353
pytest-xdist = "2.5.0"
5454
requests-mock = "1.12.1"
55-
ruff = "^0.8.2"
55+
ruff = "^0.15.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)