We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e05ef9 commit 267306eCopy full SHA for 267306e
2 files changed
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: 'Set up Python'
14
uses: actions/setup-python@v6
15
with:
16
- python-version: 3.13
+ python-version: 3.14
17
- uses: actions/checkout@v5
18
# Get dependencies
19
- run: pip install uv yq
pyproject.toml
@@ -20,17 +20,17 @@ announce = "announcer.__init__:main"
20
21
[dependency-groups]
22
dev = [
23
- "pylint==3.3.8",
+ "pylint==3.3.9",
24
"wheel==0.45.1",
25
- "mypy==1.17.1",
+ "mypy==1.18.2",
26
"yamllint==1.37.1",
27
"bandit==1.8.6",
28
- "pytest==8.4.1",
+ "pytest==8.4.2",
29
"flake8==7.3.0",
30
"werkzeug==3.1.3",
31
"pytest-httpserver==1.1.3",
32
- "tox==4.28.4",
+ "tox==4.31.0",
33
"pytest-cov==7.0.0",
34
"types-requests>=2.32.0,<3",
35
- "isort==6.0.1",
+ "isort==6.1.0",
36
]
0 commit comments