Skip to content

Commit 99c6d5e

Browse files
fix(deps): update all minor dependencies
1 parent c67a198 commit 99c6d5e

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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

pyproject.toml

Lines changed: 6 additions & 6 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.13.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.2.0"
19+
boto3 = "1.39.4"
2020
cachetools = "4.2.4"
2121

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

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