Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
with:
# renovate: datasource=python-version depName=python versioning=python
python-version: "3.13.3"
python-version: "3.14.6"
# renovate: datasource=pypi depName=poetry versioning=pep440
poetry-version: "2.4.1"
install-args: --all-extras
Expand All @@ -51,7 +51,7 @@ jobs:
- 27017:27017
options: --name mongo
unit:
image: unit:1.34.2-python3.13-slim
image: unit:1.34.2-python3.14-slim
volumes:
- ${{ github.workspace }}/unit:/www
ports:
Expand All @@ -69,7 +69,7 @@ jobs:
uses: jvansanten/action-setup-cache-python-poetry@4eb3435d85a91eb2ab47d273f31f00b873389f51 # working-directory
with:
# renovate: datasource=python-version depName=python versioning=python
python-version: "3.13.3"
python-version: "3.14.6"
# renovate: datasource=pypi depName=poetry versioning=pep440
poetry-version: "2.4.1"
install-args: --all-extras
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# renovate: datasource=python-version depName=python versioning=python
ARG PYTHON_VERSION=3.13.3
ARG PYTHON_VERSION=3.14.6

FROM python:$PYTHON_VERSION-slim AS base

Expand Down
Loading