@@ -68,21 +68,21 @@ extra-lint-examples = [
68
68
" sybil >= 6.1.1, < 10" ,
69
69
]
70
70
dev-flake8 = [
71
- " flake8 == 7.1.1 " ,
71
+ " flake8 == 7.1.2 " ,
72
72
" flake8-docstrings == 1.7.0" ,
73
73
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
74
74
" pydoclint == 0.6.0" ,
75
75
" pydocstyle == 6.3.0" ,
76
76
]
77
- dev-formatting = [" black == 25.1.0" , " isort == 6.0.0 " ]
77
+ dev-formatting = [" black == 25.1.0" , " isort == 6.0.1 " ]
78
78
dev-mkdocs = [
79
79
" black == 25.1.0" ,
80
80
" Markdown == 3.7" ,
81
81
" mike == 2.1.3" ,
82
82
" mkdocs-gen-files == 0.5.0" ,
83
- " mkdocs-literate-nav == 0.6.1 " ,
83
+ " mkdocs-literate-nav == 0.6.2 " ,
84
84
" mkdocs-macros-plugin == 1.3.7" ,
85
- " mkdocs-material == 9.6.2 " ,
85
+ " mkdocs-material == 9.6.9 " ,
86
86
" mkdocstrings[python] == 0.28.0" ,
87
87
" mkdocstrings-python == 1.14.6" ,
88
88
]
@@ -104,10 +104,10 @@ dev-pylint = [
104
104
" setuptools >= 67.6.0, < 76" , # Should match the build dependency
105
105
]
106
106
dev-pytest = [
107
- " pytest == 8.3.4 " ,
108
- " pylint == 3.3.4 " , # We need this to check for the examples
107
+ " pytest == 8.3.5 " ,
108
+ " pylint == 3.3.6 " , # We need this to check for the examples
109
109
" cookiecutter == 2.6.0" , # For checking the cookiecutter scripts
110
- " jinja2 == 3.1.5 " , # For checking the cookiecutter scripts
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
112
112
]
113
113
dev = [
0 commit comments