File tree Expand file tree Collapse file tree 4 files changed +149
-75
lines changed
Expand file tree Collapse file tree 4 files changed +149
-75
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:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b59862d624bb6ef788345
33
44ARG VERSION
55
Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ announce = "announcer.__init__:main"
2121
2222[dependency-groups ]
2323dev = [
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" ,
You can’t perform that action at this time.
0 commit comments