2
2
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
3
3
4
4
[build-system ]
5
- requires = [" setuptools == 80.1.0 " , " setuptools_scm[toml] == 8.3.1" ]
5
+ requires = [" setuptools == 80.3.1 " , " setuptools_scm[toml] == 8.3.1" ]
6
6
build-backend = " setuptools.build_meta"
7
7
8
8
[project ]
@@ -77,7 +77,7 @@ dev-flake8 = [
77
77
dev-formatting = [" black == 25.1.0" , " isort == 6.0.1" ]
78
78
dev-mkdocs = [
79
79
" black == 25.1.0" ,
80
- " Markdown == 3.7 " ,
80
+ " Markdown == 3.8 " ,
81
81
" mike == 2.1.3" ,
82
82
" mkdocs-gen-files == 0.5.0" ,
83
83
" mkdocs-literate-nav == 0.6.2" ,
@@ -89,14 +89,14 @@ dev-mkdocs = [
89
89
dev-mypy = [
90
90
" mypy == 1.15.0" ,
91
91
" types-setuptools >= 67.6.0, < 81" , # Should match the api dependency
92
- " types-Markdown == 3.7 .0.20250322 " ,
92
+ " types-Markdown == 3.8 .0.20250415 " ,
93
93
" types-PyYAML == 6.0.12.20250402" ,
94
94
" types-babel == 2.11.0.15" ,
95
95
" types-colorama == 0.4.15.20240311" ,
96
96
# For checking the noxfile, docs/ script, and tests
97
97
" frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]" ,
98
98
]
99
- dev-noxfile = [" nox == 2025.2.9 " ]
99
+ dev-noxfile = [" nox == 2025.5.1 " ]
100
100
dev-pylint = [
101
101
# dev-pytest already defines a dependency to pylint because of the examples
102
102
# For checking the noxfile, docs/ script, and tests
0 commit comments