Skip to content

Commit 56d4368

Browse files
chore(deps): update all non-major dependencies
1 parent bb84ab2 commit 56d4368

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -26,7 +26,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/python:3.13.5-slim
1+
FROM docker.io/python:3.14.1-slim@sha256:b823ded4377ebb5ff1af5926702df2284e53cecbc6e3549e93a19d8632a1897e
22

33
WORKDIR /app
44

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
black==25.9.0
1+
black==25.12.0
22
flake8==7.3.0
33
flake8-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
66
pytest==8.4.2
77
pytest-cov==6.3.0
88
python-powerdns==2.1.0
9-
requests==2.32.4
9+
requests==2.32.5

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.13.3
2-
fastapi==0.116.1
2+
fastapi==0.128.0
33
httpx
44
prometheus-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

0 commit comments

Comments
 (0)