Skip to content

Commit a9a6def

Browse files
authored
Update pypowsybl to v0.18.0 (#10)
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
1 parent 9055b6a commit a9a6def

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pypowsybl==0.14.0
1+
pypowsybl==0.18.0

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
#
55
# pip-compile requirements.in
66
#
7-
networkx==2.6.3
7+
networkx==2.8.6
88
# via pypowsybl
9-
numpy==1.21.3
9+
numpy==1.23.3
1010
# via pandas
11-
pandas==1.3.4
11+
pandas==1.5.0
1212
# via pypowsybl
13-
prettytable==2.2.1
13+
prettytable==3.4.1
1414
# via pypowsybl
15-
pypowsybl==0.14.0
15+
pypowsybl==0.18.0
1616
# via -r requirements.in
1717
python-dateutil==2.8.2
1818
# via pandas
19-
pytz==2021.3
19+
pytz==2022.2.1
2020
# via pandas
2121
six==1.16.0
2222
# via python-dateutil

0 commit comments

Comments
 (0)