File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-python@v5
1515 with :
16- python-version : ' 3.13 '
16+ python-version : ' 3.14 '
1717
1818 - name : Setup
1919 run : make setup
2626 - uses : actions/checkout@v4
2727 - uses : actions/setup-python@v5
2828 with :
29- python-version : ' 3.13 '
29+ python-version : ' 3.14 '
3030
3131 - name : Setup
3232 run : make setup
4646
4747 - name : Extract metadata (tags, labels) for Docker
4848 id : meta
49- uses : docker/metadata-action@v5.7 .0
49+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
5050 with :
5151 # list of Docker images to use as base name for tags
5252 images : |
Original file line number Diff line number Diff line change 1- FROM docker.io/python:3.13.5 -slim
1+ FROM docker.io/python:3.14.1 -slim@sha256:b823ded4377ebb5ff1af5926702df2284e53cecbc6e3549e93a19d8632a1897e
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change 1- black == 25.9 .0
1+ black == 25.12 .0
22flake8 == 7.3.0
33flake8-quotes == 3.4.0
4- mypy == 1.18.2
5- pre-commit == 4.3.0
4+ mypy == 1.19.1
5+ pre-commit == 4.5.1
66pytest == 8.4.2
77pytest-cov == 6.3.0
88python-powerdns == 2.1.0
9- requests == 2.32.4
9+ requests == 2.32.5
Original file line number Diff line number Diff line change 11aiohttp == 3.13.3
2- fastapi == 0.116.1
2+ fastapi == 0.128.0
33httpx
44prometheus-fastapi-instrumentator == 7.1.0
5- pyyaml == 6.0.2
6- sentry-sdk [fastapi ]== 2.33.2
7- uvicorn == 0.35 .0
5+ pyyaml == 6.0.3
6+ sentry-sdk [fastapi ]== 2.51.0
7+ uvicorn == 0.40 .0
You can’t perform that action at this time.
0 commit comments