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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 'Set up Python'
uses: actions/setup-python@v6
with:
python-version: 3.13
python-version: 3.14
- uses: actions/checkout@v5
# Get dependencies
- run: pip install uv yq
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) Alianza, Inc. All rights reserved.
FROM python:3.13-alpine@sha256:e5fa639e49b85986c4481e28faa2564b45aa8021413f31026c3856e5911618b1
FROM python:3.14-alpine@sha256:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b59862d624bb6ef788345

ARG VERSION

Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ announce = "announcer.__init__:main"

[dependency-groups]
dev = [
"pylint==4.0.2",
"pylint==4.0.4",
"wheel==0.45.1",
"mypy==1.17.1",
"mypy==1.19.1",
"yamllint==1.37.1",
"bandit==1.8.6",
"pytest==8.4.1",
"bandit==1.9.2",
"pytest==8.4.2",
"flake8==7.3.0",
"werkzeug==3.1.3",
"werkzeug==3.1.4",
"pytest-httpserver==1.1.3",
"tox==4.28.4",
"tox==4.33.0",
"pytest-cov==7.0.0",
"types-requests>=2.32.0,<3",
"isort==7.0.0",
Expand Down
Loading