Skip to content

Commit

Permalink
Bump python-on-whales from 0.66.0 to 0.67.0 (aio-libs#7832)
Browse files Browse the repository at this point in the history
Bumps
[python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales)
from 0.66.0 to 0.67.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.67.0</h2>
<p>This release is the first where we'll slowly force some arguments to
be positional only or keyword only. This is to ensure we have the
flexibility in the future to change functions signatures without
breaking people's code. Also that will make the user's code cleaner and
less error prone.</p>
<p>If you get errors that look like &quot;function xxxx take 2
positional arguments but recieved 4&quot; then it's that we enforced the
way to pass arguments. Double check the function signature in your
documentation and IDE, it should be just a matter of specifying the
argument name or not. Open an issue if you're having trouble.</p>
<p>In practice we don't expect much code to break, that seems
unlikely.</p>
<p>If you're looking for some ressources:</p>
<ul>
<li><a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/495">gabrieldemarmiesse/python-on-whales#495</a></li>
<li><a
href="https://docs.python.org/3/tutorial/controlflow.html#special-parameters">https://docs.python.org/3/tutorial/controlflow.html#special-parameters</a></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Add platform variant to image inspect by <a
href="https://github.com/d4nj1"><code>@​d4nj1</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/492">gabrieldemarmiesse/python-on-whales#492</a></li>
<li>:sparkles: Allow the streaming of the docker.compose.build logs by
<a
href="https://github.com/gabrieldemarmiesse"><code>@​gabrieldemarmiesse</code></a>
in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/494">gabrieldemarmiesse/python-on-whales#494</a></li>
<li>Allow the streaming of the docker.compose.pull logs by <a
href="https://github.com/HemaZ"><code>@​HemaZ</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/497">gabrieldemarmiesse/python-on-whales#497</a></li>
<li>:sparkles: Add stream_logs to docker.compose.down() by <a
href="https://github.com/gabrieldemarmiesse"><code>@​gabrieldemarmiesse</code></a>
in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/496">gabrieldemarmiesse/python-on-whales#496</a></li>
<li>:sparkles: Added stream_logs to docker.compose.create() by <a
href="https://github.com/gabrieldemarmiesse"><code>@​gabrieldemarmiesse</code></a>
in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/498">gabrieldemarmiesse/python-on-whales#498</a></li>
<li>:broom: Make some arguments positional only or kwd only by <a
href="https://github.com/gabrieldemarmiesse"><code>@​gabrieldemarmiesse</code></a>
in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/500">gabrieldemarmiesse/python-on-whales#500</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/d4nj1"><code>@​d4nj1</code></a> made
their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/492">gabrieldemarmiesse/python-on-whales#492</a></li>
<li><a href="https://github.com/HemaZ"><code>@​HemaZ</code></a> made
their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/497">gabrieldemarmiesse/python-on-whales#497</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.66.0...v0.67.0">https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.66.0...v0.67.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/e17e50ac6c17b2bb5c4f8d7fc47186e7ca8634a9"><code>e17e50a</code></a>
Bump version to 0.67.0</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/963b4b2d8186779e838518f42a57e5d6814d4a28"><code>963b4b2</code></a>
:broom: Make some arguments positional only or kwd only (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/500">#500</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/05e25c7cd1c83cfd1932822dac707637d5598eed"><code>05e25c7</code></a>
:sparkles: Added stream_logs to docker.compose.create() (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/498">#498</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/de920f3fac430ab90081fba26b38b87839360b06"><code>de920f3</code></a>
:sparkles: Add stream_logs to docker.compose.down() (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/496">#496</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/3599854287deae48fb1e5590061609a91da3db32"><code>3599854</code></a>
Allow the streaming of the docker.compose.pull logs (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/497">#497</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/0a14f909b951faac26452c23b2a8c33482c5ed76"><code>0a14f90</code></a>
:sparkles: Allow the streaming of the docker.compose.build logs (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/494">#494</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/9d1f1449df67c85857b7af191097fc751e873620"><code>9d1f144</code></a>
Add platform variant to image inspect (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/492">#492</a>)</li>
<li>See full diff in <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.66.0...v0.67.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.66.0&new-version=0.67.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and Xiang Li committed Dec 4, 2023
1 parent 81b0cda commit 4ac9f33
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
9 changes: 5 additions & 4 deletions requirements/constraints.txt
Expand Up @@ -168,7 +168,7 @@ pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via time-machine
python-on-whales==0.66.0
python-on-whales==0.67.0
# via -r requirements/test.in
pytz==2021.3
# via babel
Expand All @@ -188,16 +188,16 @@ setuptools-git==1.2
six==1.16.0
# via
# python-dateutil
# sphinx
# virtualenv
slotscheck==0.17.1
# via -r requirements/lint.in
snowballstemmer==2.1.0
# via sphinx
sphinx==7.2.6
sphinx==7.1.2
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-spelling
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.2
Expand All @@ -212,7 +212,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows"
# via -r requirements/doc-spelling.in
Expand Down Expand Up @@ -280,3 +280,4 @@ setuptools==68.0.0
# via
# blockdiag
# pip-tools
# sphinx
12 changes: 7 additions & 5 deletions requirements/dev.txt
Expand Up @@ -159,7 +159,7 @@ pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via time-machine
python-on-whales==0.66.0
python-on-whales==0.67.0
# via -r requirements/test.in
pytz==2023.3.post1
# via babel
Expand All @@ -177,16 +177,17 @@ requests==2.31.0
setuptools-git==1.2
# via -r requirements/test.in
six==1.16.0
# via python-dateutil
# via
# python-dateutil
# sphinx
slotscheck==0.17.1
# via -r requirements/lint.in
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.1.2
# via
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-serializinghtml
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand All @@ -200,7 +201,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-towncrier==0.4.0a0
# via -r requirements/doc.in
Expand Down Expand Up @@ -268,3 +269,4 @@ setuptools==68.0.0
# blockdiag
# nodeenv
# pip-tools
# sphinx
2 changes: 1 addition & 1 deletion requirements/test.txt
Expand Up @@ -84,7 +84,7 @@ pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via time-machine
python-on-whales==0.66.0
python-on-whales==0.67.0
# via -r requirements/test.in
re-assert==1.1.0
# via -r requirements/test.in
Expand Down

0 comments on commit 4ac9f33

Please sign in to comment.