Skip to content

Commit 23c27ff

Browse files
committed
Merge branch 'feature/ma_jonas' of github.com:openego/eDisGo into feature/ma_jonas
2 parents 864a2c6 + 30bf73c commit 23c27ff

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

rtd_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ pypsa == 0.26.2
1414
pyyaml < 6.1.0
1515
saio < 0.3.0
1616
scikit-learn < 1.6
17-
sphinx < 8.2.0
17+
sphinx < 8.3.0
1818
sphinx_rtd_theme >= 0.5.2, < 3.1.0
19-
sphinx-autodoc-typehints < 3.1.0
19+
sphinx-autodoc-typehints < 3.2.0
2020
sphinx-autoapi < 3.7.0
2121
sshtunnel < 0.5.0
2222
urllib3 < 2.4.0
2323
workalendar < 17.1.0
24-
astroid == 3.3.8
24+
astroid == 3.3.9

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

6969
dev_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

8585
extras = {"dev": dev_requirements}

0 commit comments

Comments
 (0)