Skip to content

Commit 4973352

Browse files
Bump python-on-whales from 0.80.0 to 0.81.0 (#12223)
Bumps [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) from 0.80.0 to 0.81.0. <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.81.0</h2> <h2>What's Changed</h2> <ul> <li>More accurate error handling when streaming stdout and stderr by <a href="https://github.com/Hasnainz"><code>@​Hasnainz</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/703">gabrieldemarmiesse/python-on-whales#703</a></li> <li>feat(compose): Add support for <code>docker compose up SERVICE --no-deps</code> by <a href="https://github.com/romeroyonatan"><code>@​romeroyonatan</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/708">gabrieldemarmiesse/python-on-whales#708</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/romeroyonatan"><code>@​romeroyonatan</code></a> made their first contribution in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/708">gabrieldemarmiesse/python-on-whales#708</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.80.0...v0.81.0">https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.80.0...v0.81.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/059d89a178ccaa07e8c426c7af00e6ac41f3ae8a"><code>059d89a</code></a> Bump version to 0.81.0</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/f0b529ec6ac741c36c9ac10a7b3c3b9b75c41eae"><code>f0b529e</code></a> feat(compose): Add support for <code>docker compose up SERVICE --no-deps</code> (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/708">#708</a>)</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/b615fc485fe60406160d617d5a8a91d7bd082d1a"><code>b615fc4</code></a> More accurate error handling when streaming stdout and stderr (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/703">#703</a>)</li> <li>See full diff in <a href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.80.0...v0.81.0">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.80.0&new-version=0.81.0)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c5a4f5 commit 4973352

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ python-dateutil==2.9.0.post0
199199
# via freezegun
200200
python-discovery==1.1.1
201201
# via virtualenv
202-
python-on-whales==0.80.0
202+
python-on-whales==0.81.0
203203
# via
204204
# -r requirements/lint.in
205205
# -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ python-dateutil==2.9.0.post0
194194
# via freezegun
195195
python-discovery==1.1.1
196196
# via virtualenv
197-
python-on-whales==0.80.0
197+
python-on-whales==0.81.0
198198
# via
199199
# -r requirements/lint.in
200200
# -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ python-dateutil==2.9.0.post0
9696
# via freezegun
9797
python-discovery==1.1.1
9898
# via virtualenv
99-
python-on-whales==0.80.0
99+
python-on-whales==0.81.0
100100
# via -r requirements/lint.in
101101
pyyaml==6.0.3
102102
# via pre-commit

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pytest-xdist==3.8.0
8383
# via -r requirements/test-common.in
8484
python-dateutil==2.9.0.post0
8585
# via freezegun
86-
python-on-whales==0.80.0
86+
python-on-whales==0.81.0
8787
# via -r requirements/test-common.in
8888
rich==14.3.3
8989
# via pytest-codspeed

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pytest-xdist==3.8.0
116116
# via -r requirements/test-common.in
117117
python-dateutil==2.9.0.post0
118118
# via freezegun
119-
python-on-whales==0.80.0
119+
python-on-whales==0.81.0
120120
# via -r requirements/test-common.in
121121
rich==14.3.3
122122
# via pytest-codspeed

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pytest-xdist==3.8.0
116116
# via -r requirements/test-common.in
117117
python-dateutil==2.9.0.post0
118118
# via freezegun
119-
python-on-whales==0.80.0
119+
python-on-whales==0.81.0
120120
# via -r requirements/test-common.in
121121
rich==14.3.3
122122
# via pytest-codspeed

0 commit comments

Comments
 (0)