File tree Expand file tree Collapse file tree 3 files changed +87
-63
lines changed
Expand file tree Collapse file tree 3 files changed +87
-63
lines changed Original file line number Diff line number Diff line change 1313 - name : ' Set up Python'
1414 uses : actions/setup-python@v6
1515 with :
16- python-version : 3.13
16+ python-version : 3.14
1717 - uses : actions/checkout@v5
1818 # Get dependencies
1919 - run : pip install uv yq
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ announce = "announcer.__init__:main"
2020
2121[dependency-groups ]
2222dev = [
23- " pylint==3.3.8 " ,
23+ " pylint==3.3.9 " ,
2424 " wheel==0.45.1" ,
25- " mypy==1.17.1 " ,
25+ " mypy==1.18.2 " ,
2626 " yamllint==1.37.1" ,
2727 " bandit==1.8.6" ,
28- " pytest==8.4.1 " ,
28+ " pytest==8.4.2 " ,
2929 " flake8==7.3.0" ,
3030 " werkzeug==3.1.3" ,
3131 " pytest-httpserver==1.1.3" ,
32- " tox==4.28.4 " ,
32+ " tox==4.30.3 " ,
3333 " pytest-cov==7.0.0" ,
3434 " types-requests>=2.32.0,<3" ,
35- " isort==6.0.1 " ,
35+ " isort==6.1.0 " ,
3636]
You can’t perform that action at this time.
0 commit comments