@@ -74,15 +74,15 @@ dev-flake8 = [
7474 " pydoclint == 0.6.0" ,
7575 " pydocstyle == 6.3.0" ,
7676]
77- dev-formatting = [" black == 25.1.0" , " isort == 6.0.0 " ]
77+ dev-formatting = [" black == 25.1.0" , " isort == 6.0.1 " ]
7878dev-mkdocs = [
7979 " black == 25.1.0" ,
8080 " Markdown == 3.7" ,
8181 " mike == 2.1.3" ,
8282 " mkdocs-gen-files == 0.5.0" ,
83- " mkdocs-literate-nav == 0.6.1 " ,
83+ " mkdocs-literate-nav == 0.6.2 " ,
8484 " mkdocs-macros-plugin == 1.3.7" ,
85- " mkdocs-material == 9.6.2 " ,
85+ " mkdocs-material == 9.6.9 " ,
8686 " mkdocstrings[python] == 0.29.0" ,
8787 " mkdocstrings-python == 1.16.8" ,
8888]
@@ -104,10 +104,10 @@ dev-pylint = [
104104 " setuptools >= 67.6.0, < 76" , # Should match the build dependency
105105]
106106dev-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
109109 " 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
111111 " sybil >= 6.1.1, < 10" , # Should be consistent with the extra-lint-examples dependency
112112]
113113dev = [
0 commit comments