Skip to content

Commit ca774c8

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

File tree

4 files changed

+256
-106
lines changed

4 files changed

+256
-106
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:faee120f7885a06fcc9677922331391fa690d911c020abb9e8025ff3d908e510
33

44
ARG VERSION
55

pyproject.toml

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

2222
[dependency-groups]
2323
dev = [
24-
"pylint==4.0.2",
25-
"wheel==0.45.1",
26-
"mypy==1.17.1",
27-
"yamllint==1.37.1",
28-
"bandit==1.8.6",
29-
"pytest==8.4.1",
24+
"pylint==4.0.5",
25+
"wheel==0.46.3",
26+
"mypy==1.19.1",
27+
"yamllint==1.38.0",
28+
"bandit==1.9.3",
29+
"pytest==8.4.2",
3030
"flake8==7.3.0",
31-
"werkzeug==3.1.3",
32-
"pytest-httpserver==1.1.3",
33-
"tox==4.28.4",
31+
"werkzeug==3.1.6",
32+
"pytest-httpserver==1.1.5",
33+
"tox==4.44.0",
3434
"pytest-cov==7.0.0",
3535
"types-requests>=2.32.0,<3",
3636
"isort==7.0.0",
3737
]
3838

3939
[build-system]
40-
requires = ["uv_build>=0.9.5,<0.10.0"]
40+
requires = ["uv_build>=0.10.4,<0.11.0"]
4141
build-backend = "uv_build"
4242

4343
[[tool.uv.index]]

0 commit comments

Comments
 (0)