We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76547b8 + 9700c7f commit b1155d6Copy full SHA for b1155d6
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9-alpine3.17
+FROM python:3.12-alpine3.17
2
3
ARG VERSION
4
pyproject.toml
@@ -20,17 +20,17 @@ announce = "announcer.__init__:main"
20
21
[dependency-groups]
22
dev = [
23
- "pylint==3.3.5",
+ "pylint==3.3.7",
24
"wheel==0.45.1",
25
"mypy==1.15.0",
26
- "yamllint==1.36.0",
+ "yamllint==1.37.1",
27
"bandit==1.8.3",
28
"pytest==8.3.5",
29
- "flake8==7.1.2",
+ "flake8==7.2.0",
30
"werkzeug==3.1.3",
31
- "pytest-httpserver==1.1.2",
32
- "tox==4.24.2",
33
- "pytest-cov==6.0",
+ "pytest-httpserver==1.1.3",
+ "tox==4.25.0",
+ "pytest-cov==6.1.1",
34
"types-requests>=2.32.0,<3",
35
"isort==6.0.1",
36
]
0 commit comments