Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python-on-whales from 0.66.0 to 0.67.0 #7832

Merged
merged 1 commit into from Nov 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps python-on-whales from 0.66.0 to 0.67.0.

Release notes

Sourced from python-on-whales's releases.

v0.67.0

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.

If you get errors that look like "function xxxx take 2 positional arguments but recieved 4" 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.

In practice we don't expect much code to break, that seems unlikely.

If you're looking for some ressources:

What's Changed

New Contributors

Full Changelog: gabrieldemarmiesse/python-on-whales@v0.66.0...v0.67.0

Commits
  • e17e50a Bump version to 0.67.0
  • 963b4b2 🧹 Make some arguments positional only or kwd only (#500)
  • 05e25c7 ✨ Added stream_logs to docker.compose.create() (#498)
  • de920f3 ✨ Add stream_logs to docker.compose.down() (#496)
  • 3599854 Allow the streaming of the docker.compose.pull logs (#497)
  • 0a14f90 ✨ Allow the streaming of the docker.compose.build logs (#494)
  • 9d1f144 Add platform variant to image inspect (#492)
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) from 0.66.0 to 0.67.0.
- [Release notes](https://github.com/gabrieldemarmiesse/python-on-whales/releases)
- [Commits](gabrieldemarmiesse/python-on-whales@v0.66.0...v0.67.0)

---
updated-dependencies:
- dependency-name: python-on-whales
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2023
@github-actions github-actions bot enabled auto-merge (squash) November 13, 2023 10:36
@github-actions github-actions bot merged commit 63a805e into 3.9 Nov 13, 2023
23 of 27 checks passed
@github-actions github-actions bot deleted the dependabot/pip/3.9/python-on-whales-0.67.0 branch November 13, 2023 11:03
xiangxli pushed a commit to xiangxli/aiohttp that referenced this pull request Dec 4, 2023
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants