File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/vscode/devcontainers/python:3.12
1+ FROM mcr.microsoft.com/vscode/devcontainers/python:3.13
22
33ENV POETRY_VERSION="1.7.1"
44ENV POETRY_VENV_PATH="/home/vscode/.venv/workspace"
Original file line number Diff line number Diff line change 11# Container image that runs your code
2- FROM python:3.12
2+ FROM python:3.13.5
33
44RUN apt update
55RUN apt install -y python3-pip python3 git libmagic-dev
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ requires = ["poetry-core>=1.3.2"]
1212build-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
17- awscli = " 1.33.35 "
18- bleach = " 6.1 .0"
19- boto3 = " 1.34.153 "
17+ awscli = " 1.42.1 "
18+ bleach = " 6.2 .0"
19+ boto3 = " 1.39.14 "
2020cachetools = " 4.2.4"
2121
2222# Pinned dependencies
@@ -43,16 +43,16 @@ werkzeug = "3.0.4"
4343
4444[tool .poetry .group .test .dependencies ]
4545beautifulsoup4 = " ^4.12.3"
46- click = " 8.1.8 "
46+ click = " 8.2.1 "
4747fakeredis = " ^2.24.1"
4848freezegun = " 1.5.1"
49- mypy = " 1.10 .0"
49+ mypy = " 1.17 .0"
5050pytest = " 7.4.4"
5151pytest-cov = " 2.12.1"
5252pytest-mock = " 3.14.0"
5353pytest-xdist = " 2.5.0"
5454requests-mock = " 1.12.1"
55- ruff = " ^0.8.2 "
55+ ruff = " ^0.12.0 "
5656types-beautifulsoup4 = " ^4.12.0.20240229"
5757types-bleach = " 5.0.3.1"
5858types-cachetools = " 5.5.0.20240820"
You can’t perform that action at this time.
0 commit comments