Skip to content

Commit

Permalink
Bump python-on-whales from 0.64.3 to 0.65.0 (#7638)
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.3 to 0.65.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.65.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Expose dockerfile and args arguments under build by <a
href="https://github.com/jashparekh"><code>@​jashparekh</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/477">gabrieldemarmiesse/python-on-whales#477</a></li>
<li>Replace setup.py by a pyproject.toml by <a
href="https://github.com/jashparekh"><code>@​jashparekh</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/478">gabrieldemarmiesse/python-on-whales#478</a></li>
</ul>
<p>This release is the first one that uses a pyproject.toml. This should
silence the pip warning that some users might get.</p>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/jashparekh"><code>@​jashparekh</code></a> made
their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/477">gabrieldemarmiesse/python-on-whales#477</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.64.3...v0.65.0">https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.64.3...v0.65.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/d327f11a6e5e2161ee301832eb81ca77a07cc737"><code>d327f11</code></a>
Bump version to 0.65.0 (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/480">#480</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/89d58d49b2fe32f02ab38ab155a36f9298d73ce2"><code>89d58d4</code></a>
:bug: Fix deployment script (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/484">#484</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/a1f82e0cf85797e76fe47b7abb04d516ae32c914"><code>a1f82e0</code></a>
Replace setup.py by a pyproject.toml (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/478">#478</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/1dbaae81ea105dd7535c1ed562690d105c73f544"><code>1dbaae8</code></a>
Expose dockerfile and args arguments under build (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/477">#477</a>)</li>
<li>See full diff in <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.64.3...v0.65.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.64.3&new-version=0.65.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent c9e4d02 commit 830b9e0
Show file tree
Hide file tree
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
Expand Up @@ -167,7 +167,7 @@ pytest-mock==3.11.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.64.3
python-on-whales==0.65.0
# via -r requirements/test.in
pytz==2021.3
# via babel
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pytest-mock==3.11.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.64.3
python-on-whales==0.65.0
# via -r requirements/test.in
pyyaml==6.0.1
# via pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pytest-mock==3.11.1
# via -r requirements/test.in
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.64.3
python-on-whales==0.65.0
# via -r requirements/test.in
re-assert==1.1.0
# via -r requirements/test.in
Expand Down

0 comments on commit 830b9e0

Please sign in to comment.