Skip to content

Commit b2965de

Browse files
Bump python-on-whales from 0.75.1 to 0.76.1 (#10632)
Bumps [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) from 0.75.1 to 0.76.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gabrieldemarmiesse/python-on-whales/releases">python-on-whales's releases</a>.</em></p> <blockquote> <h2>v0.76.1</h2> <h2>What's Changed</h2> <ul> <li>Fixed secrets and added tests by <a href="https://github.com/gabrieldemarmiesse"><code>@​gabrieldemarmiesse</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/673">gabrieldemarmiesse/python-on-whales#673</a></li> <li>Add support for multi-nodes on builders by <a href="https://github.com/gabrieldemarmiesse"><code>@​gabrieldemarmiesse</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/674">gabrieldemarmiesse/python-on-whales#674</a></li> <li>Fix secrets specs labels being capitalized by <a href="https://github.com/gabrieldemarmiesse"><code>@​gabrieldemarmiesse</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/675">gabrieldemarmiesse/python-on-whales#675</a></li> </ul> <h3>Breaking changes:</h3> <p>Some breaking changes were introduced in this version. Those are rarely used features but it might impact you.</p> <p><code>python_on_whales.Builder</code>:</p> <ul> <li><code>my_builder.status</code> -&gt; <code>my_builder.nodes[0].status</code></li> <li><code>my_builder.platforms</code> -&gt; <code>my_builder.nodes[0].platforms</code></li> </ul> <p><code>python_on_whales.Secret</code>:</p> <ul> <li><code>my_secret.spec[&quot;name&quot;]</code> -&gt; <code>my_secret.spec.name</code></li> <li><code>my_secret.spec[&quot;labels&quot;]</code> -&gt; <code>my_secret.spec.labels</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.75.1...v0.76.1">https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.75.1...v0.76.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/de653e6591bb7a306eedd94d659ce373b8b8727d"><code>de653e6</code></a> Bump version to 0.76.1</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/0e0dbafc0e6dba9faec179b054e922e451cd013c"><code>0e0dbaf</code></a> Fix secrets specs labels being capitalized (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/675">#675</a>)</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/38370abea3c054d1c17fb89b6769e2e3bffba959"><code>38370ab</code></a> Bump version to 0.76.0</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/9e0d8baa2be9f5cfa082cbd7b7c7ae076ffa7b96"><code>9e0d8ba</code></a> Add support for multi-nodes on builders (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/674">#674</a>)</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/3e95100df068a0ad97dce67a9a0b0d2c510d818a"><code>3e95100</code></a> Fixed secrets and added tests (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/673">#673</a>)</li> <li>See full diff in <a href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.75.1...v0.76.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-on-whales&package-manager=pip&previous-version=0.75.1&new-version=0.76.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3dba55e commit b2965de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pytest-xdist==3.6.1
188188
# via -r requirements/test.in
189189
python-dateutil==2.9.0.post0
190190
# via freezegun
191-
python-on-whales==0.75.1
191+
python-on-whales==0.76.1
192192
# via
193193
# -r requirements/lint.in
194194
# -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pytest-xdist==3.6.1
183183
# via -r requirements/test.in
184184
python-dateutil==2.9.0.post0
185185
# via freezegun
186-
python-on-whales==0.75.1
186+
python-on-whales==0.76.1
187187
# via
188188
# -r requirements/lint.in
189189
# -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pytest-mock==3.14.0
7878
# via -r requirements/lint.in
7979
python-dateutil==2.9.0.post0
8080
# via freezegun
81-
python-on-whales==0.75.1
81+
python-on-whales==0.76.1
8282
# via -r requirements/lint.in
8383
pyyaml==6.0.2
8484
# via pre-commit

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pytest-xdist==3.6.1
104104
# via -r requirements/test.in
105105
python-dateutil==2.9.0.post0
106106
# via freezegun
107-
python-on-whales==0.75.1
107+
python-on-whales==0.76.1
108108
# via -r requirements/test.in
109109
re-assert==1.1.0
110110
# via -r requirements/test.in

0 commit comments

Comments
 (0)