Skip to content

Commit 7fe3c4e

Browse files
Update all non-major dependencies
1 parent efc8a80 commit 7fe3c4e

File tree

4 files changed

+149
-75
lines changed

4 files changed

+149
-75
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: 'Set up Python'
1515
uses: actions/setup-python@v6
1616
with:
17-
python-version: 3.13
17+
python-version: 3.14
1818
- uses: actions/checkout@v5
1919
# Get dependencies
2020
- run: pip install uv yq

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Alianza, Inc. All rights reserved.
2-
FROM python:3.13-alpine@sha256:e5fa639e49b85986c4481e28faa2564b45aa8021413f31026c3856e5911618b1
2+
FROM python:3.14-alpine@sha256:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b59862d624bb6ef788345
33

44
ARG VERSION
55

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ announce = "announcer.__init__:main"
2121

2222
[dependency-groups]
2323
dev = [
24-
"pylint==4.0.2",
24+
"pylint==4.0.4",
2525
"wheel==0.45.1",
26-
"mypy==1.17.1",
26+
"mypy==1.19.1",
2727
"yamllint==1.37.1",
28-
"bandit==1.8.6",
29-
"pytest==8.4.1",
28+
"bandit==1.9.2",
29+
"pytest==8.4.2",
3030
"flake8==7.3.0",
31-
"werkzeug==3.1.3",
31+
"werkzeug==3.1.4",
3232
"pytest-httpserver==1.1.3",
33-
"tox==4.28.4",
33+
"tox==4.33.0",
3434
"pytest-cov==7.0.0",
3535
"types-requests>=2.32.0,<3",
3636
"isort==7.0.0",

0 commit comments

Comments
 (0)