Skip to content

Commit 4fc4c49

Browse files
chore(deps): update entsoe-py requirement from <0.7.11,>=0.7.10 to >=0.7.10,<0.7.12 (#260)
Updates the requirements on [entsoe-py](https://github.com/EnergieID/entsoe-py) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/EnergieID/entsoe-py/releases">entsoe-py's releases</a>.</em></p> <blockquote> <h2>V0.7.11</h2> <ul> <li>feat: Add support for parsing ZIP archives of procured balancing capacity by <a href="https://github.com/auhliarik-tdv"><code>@​auhliarik-tdv</code></a> in <a href="https://redirect.github.com/EnergieID/entsoe-py/pull/519">EnergieID/entsoe-py#519</a></li> <li>Fix incorrect voltage tag in capacity parser by <a href="https://github.com/lsteenhof"><code>@​lsteenhof</code></a> in <a href="https://redirect.github.com/EnergieID/entsoe-py/pull/514">EnergieID/entsoe-py#514</a></li> <li>this adds the start period to capacity per plant by <a href="https://github.com/maurerle"><code>@​maurerle</code></a> in <a href="https://redirect.github.com/EnergieID/entsoe-py/pull/517">EnergieID/entsoe-py#517</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/EnergieID/entsoe-py/commit/6630843b8ac848cb3c2bbc47940f589b6fa32f82"><code>6630843</code></a> version bump</li> <li><a href="https://github.com/EnergieID/entsoe-py/commit/1f29ca0d44971e50eca01361e8bf22d14460e597"><code>1f29ca0</code></a> Merge pull request <a href="https://redirect.github.com/EnergieID/entsoe-py/issues/517">#517</a> from maurerle/add_start_period_capacity_per_plant</li> <li><a href="https://github.com/EnergieID/entsoe-py/commit/3e2471e0b8d4c7bb9ddda25c33aece30b24748b8"><code>3e2471e</code></a> Merge pull request <a href="https://redirect.github.com/EnergieID/entsoe-py/issues/514">#514</a> from lsteenhof/fix-voltage-tag</li> <li><a href="https://github.com/EnergieID/entsoe-py/commit/3d232ad0ca8e12e50ca1bb4b7c4e40d9e9486ac2"><code>3d232ad</code></a> Merge pull request <a href="https://redirect.github.com/EnergieID/entsoe-py/issues/519">#519</a> from auhliarik-tdv/fix/query-procured-balancing-capacity</li> <li><a href="https://github.com/EnergieID/entsoe-py/commit/a1ce504558a91037b5b987a35228ca04f22fda62"><code>a1ce504</code></a> feat: Add support for parsing ZIP archives of procured balancing capacity</li> <li><a href="https://github.com/EnergieID/entsoe-py/commit/8eb46ca27b20aab5f21b3c31193321d15f5bec5d"><code>8eb46ca</code></a> this adds the start period to capacity per plant</li> <li><a href="https://github.com/EnergieID/entsoe-py/commit/f2c6267f75c3eb1caac9f8cb9a4106421f106b20"><code>f2c6267</code></a> Fix incorrect voltage tag in capacity parser</li> <li>See full diff in <a href="https://github.com/EnergieID/entsoe-py/compare/V0.7.10...V0.7.11">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents eb2a449 + 69999cf commit 4fc4c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ requires-python = ">= 3.11, < 4"
4040
dependencies = [
4141
"click >= 8.1.8, < 9",
4242
# Stick to a version without a polluting `tests` package: https://github.com/EnergieID/entsoe-py/pull/447
43-
"entsoe-py >= 0.7.10, < 0.7.11",
43+
"entsoe-py >= 0.7.10, < 0.7.12",
4444
"frequenz-api-common >= 0.8.1, < 0.9.0",
4545
"grpcio >= 1.72.1, < 2",
4646
"frequenz-channels >= 1.6.1, < 2",

0 commit comments

Comments
 (0)