File tree Expand file tree Collapse file tree 4 files changed +256
-116
lines changed
Expand file tree Collapse file tree 4 files changed +256
-116
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
44ARG VERSION
55
Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ announce = "announcer.__init__:main"
2121
2222[dependency-groups ]
2323dev = [
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.46.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 .5,<0.11 .0" ]
4141build-backend = " uv_build"
4242
4343[[tool .uv .index ]]
You can’t perform that action at this time.
0 commit comments