File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.14.2
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.14.0 "
1616# required by both api and admin
1717awscli = " 1.33.35"
18- bleach = " 6.1 .0"
19- boto3 = " 1.34.153 "
18+ bleach = " 6.3 .0"
19+ boto3 = " 1.42.54 "
2020cachetools = " 4.2.4"
2121
2222# Pinned dependencies
@@ -43,16 +43,16 @@ werkzeug = "3.0.6"
4343
4444[tool .poetry .group .test .dependencies ]
4545beautifulsoup4 = " ^4.12.3"
46- click = " 8.1.8 "
46+ click = " 8.3.1 "
4747fakeredis = " ^2.24.1"
4848freezegun = " 1.5.5"
49- mypy = " 1.10.0 "
49+ mypy = " 1.19.1 "
5050pytest = " 7.4.4"
5151pytest-cov = " 2.12.1"
52- pytest-mock = " 3.14.0 "
52+ pytest-mock = " 3.15.1 "
5353pytest-xdist = " 2.5.0"
5454requests-mock = " 1.12.1"
55- ruff = " ^0.8.2 "
55+ ruff = " ^0.15.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