Skip to content

Commit 6bf9381

Browse files
Update all non-major dependencies
1 parent 3e05ef9 commit 6bf9381

File tree

3 files changed

+87
-63
lines changed

3 files changed

+87
-63
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ announce = "announcer.__init__:main"
2020

2121
[dependency-groups]
2222
dev = [
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
]

0 commit comments

Comments
 (0)