Skip to content

Commit

Permalink
Bump python-on-whales from 0.64.2 to 0.64.3 (#7580)
Browse files Browse the repository at this point in the history
Bumps
[python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales)
from 0.64.2 to 0.64.3.
<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.64.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(ContainerConfig): stop-signal can be <code>str</code> or
<code>int</code> by <a
href="https://github.com/ambasta"><code>@​ambasta</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/473">gabrieldemarmiesse/python-on-whales#473</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ambasta"><code>@​ambasta</code></a> made
their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/473">gabrieldemarmiesse/python-on-whales#473</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.64.2...v0.64.3">https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.64.2...v0.64.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/3198f59d315ffd64a633a925b64efdc4d07c2f89"><code>3198f59</code></a>
Bump version to 0.64.3</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/dd8d0e3bfef236d7ea133e7f39a948e6ea6d951b"><code>dd8d0e3</code></a>
fix(ContainerConfig): stop-signal can be <code>str</code> or
<code>int</code> (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/473">#473</a>)</li>
<li>See full diff in <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.64.2...v0.64.3">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.64.2&new-version=0.64.3)](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>
dependabot[bot] authored Sep 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent da87237 commit 28010cd
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -175,7 +175,7 @@ pytest-mock==3.11.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.64.2
python-on-whales==0.64.3
# via -r requirements/test.in
pytz==2021.3
# via babel
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -166,7 +166,7 @@ pytest-mock==3.11.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.64.2
python-on-whales==0.64.3
# via -r requirements/test.in
pyyaml==6.0.1
# via pre-commit
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ pytest-mock==3.11.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.64.2
python-on-whales==0.64.3
# via -r requirements/test.in
re-assert==1.1.0
# via -r requirements/test.in

0 comments on commit 28010cd

Please sign in to comment.