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.0 " ]
5
+ requires = [" setuptools == 80.1.0" , " setuptools_scm[toml] == 8.3.1 " ]
6
6
build-backend = " setuptools.build_meta"
7
7
8
8
[project ]
@@ -82,9 +82,9 @@ dev-mkdocs = [
82
82
" mkdocs-gen-files == 0.5.0" ,
83
83
" mkdocs-literate-nav == 0.6.2" ,
84
84
" mkdocs-macros-plugin == 1.3.7" ,
85
- " mkdocs-material == 9.6.10 " ,
85
+ " mkdocs-material == 9.6.12 " ,
86
86
" mkdocstrings[python] == 0.29.1" ,
87
- " mkdocstrings-python == 1.16.8 " ,
87
+ " mkdocstrings-python == 1.16.10 " ,
88
88
]
89
89
dev-mypy = [
90
90
" mypy == 1.15.0" ,
@@ -105,7 +105,7 @@ dev-pylint = [
105
105
]
106
106
dev-pytest = [
107
107
" pytest == 8.3.5" ,
108
- " pylint == 3.3.6 " , # We need this to check for the examples
108
+ " pylint == 3.3.7 " , # We need this to check for the examples
109
109
" cookiecutter == 2.6.0" , # For checking the cookiecutter scripts
110
110
" jinja2 == 3.1.6" , # For checking the cookiecutter scripts
111
111
" sybil >= 6.1.1, < 10" , # Should be consistent with the extra-lint-examples dependency
0 commit comments