Skip to content

Commit 2cf5241

Browse files
committed
moar
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
1 parent e7c2d97 commit 2cf5241

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
### Enhancements
9696
* `EquipmentTreeBuilder` will now calculate `leaves` when specified to do so.
9797
* Bumped `hypothesis` version for tests to latest (6.138.2), fixed examples generating large numbers of results causing tests to run extremely slow.
98+
* Bumped every other dependency to the latest version aside from dataclassy.
9899

99100
### Fixes
100101
* Marked some extensions properties and classes with [ZBEX] that were missing them (might still be more). In addition to the ones moved into the extensions

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
[project.optional-dependencies]
4747
test = [
4848
"pytest==8.4.1",
49-
"pytest-cov==6.1.1",
50-
"pytest-asyncio==0.26.0",
49+
"pytest-cov==6.2.1",
50+
"pytest-asyncio==1.1.0",
5151
"pytest-timeout==2.4.0",
5252
"pytest-subtests==0.14.2",
5353
"hypothesis==6.138.2",

test/cim/iec61970/base/wires/test_regulating_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"terminal": builds(Terminal),
2525
"ct_primary": floats(min_value=FLOAT_MIN, max_value=FLOAT_MAX),
2626
"min_target_deadband": floats(min_value=FLOAT_MIN, max_value=FLOAT_MAX),
27-
"regulating_conducting_equipment": lists(builds(PowerElectronicsConnection))
27+
"regulating_conducting_equipment": lists(builds(PowerElectronicsConnection), max_size=2)
2828
}
2929

3030
regulating_control_args = [*power_system_resource_args, False, RegulatingControlModeKind.voltage, PhaseCode.ABC, 1.1, 2.2, True, 3.3, 4.4, 5.5, Terminal(), 6.6,

0 commit comments

Comments
 (0)