File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ pypsa == 0.26.2
1414pyyaml < 6.1.0
1515saio < 0.3.0
1616scikit-learn < 1.6
17- sphinx < 8.2 .0
17+ sphinx < 8.3 .0
1818sphinx_rtd_theme >= 0.5.2, < 3.1.0
19- sphinx-autodoc-typehints < 3.1 .0
19+ sphinx-autodoc-typehints < 3.2 .0
2020sphinx-autoapi < 3.7.0
2121sshtunnel < 0.5.0
2222urllib3 < 2.4.0
2323workalendar < 17.1.0
24- astroid == 3.3.8
24+ astroid == 3.3.9
Original file line number Diff line number Diff line change @@ -62,24 +62,24 @@ def read(fname):
6262 "sshtunnel < 0.5.0" ,
6363 "urllib3 < 2.4.0" ,
6464 "workalendar < 17.1.0" ,
65- "astroid == 3.3.8 " ,
65+ "astroid == 3.3.9 " ,
6666]
6767
6868
6969dev_requirements = [
7070 "black < 25.2.0" ,
71- "flake8 < 7.2 .0" ,
71+ "flake8 < 7.3 .0" ,
7272 "isort < 6.1.0" ,
73- "pre-commit < 4.2 .0" ,
73+ "pre-commit < 4.3 .0" ,
7474 "pylint < 3.4.0" ,
7575 "pytest < 8.4.0" ,
7676 "pytest-notebook < 0.11.0" ,
7777 "pyupgrade < 3.20.0" ,
78- "sphinx < 8.2 .0" ,
78+ "sphinx < 8.3 .0" ,
7979 "sphinx_rtd_theme >=0.5.2, < 3.1.0" ,
80- "sphinx-autodoc-typehints < 3.1 .0" ,
80+ "sphinx-autodoc-typehints < 3.2 .0" ,
8181 "sphinx-autoapi < 3.7.0" ,
82- "astroid == 3.3.8 " ,
82+ "astroid == 3.3.9 " ,
8383]
8484
8585extras = {"dev" : dev_requirements }
You can’t perform that action at this time.
0 commit comments