Skip to content

Commit 63a805e

Browse files
Bump python-on-whales from 0.66.0 to 0.67.0 (#7832)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb94533 commit 63a805e

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

requirements/constraints.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pytest-mock==3.12.0
168168
# via -r requirements/test.in
169169
python-dateutil==2.8.2
170170
# via time-machine
171-
python-on-whales==0.66.0
171+
python-on-whales==0.67.0
172172
# via -r requirements/test.in
173173
pytz==2021.3
174174
# via babel
@@ -188,16 +188,16 @@ setuptools-git==1.2
188188
six==1.16.0
189189
# via
190190
# python-dateutil
191+
# sphinx
191192
# virtualenv
192193
slotscheck==0.17.1
193194
# via -r requirements/lint.in
194195
snowballstemmer==2.1.0
195196
# via sphinx
196-
sphinx==7.2.6
197+
sphinx==7.1.2
197198
# via
198199
# -r requirements/doc.in
199200
# sphinxcontrib-blockdiag
200-
# sphinxcontrib-serializinghtml
201201
# sphinxcontrib-spelling
202202
# sphinxcontrib-towncrier
203203
sphinxcontrib-applehelp==1.0.2
@@ -212,7 +212,7 @@ sphinxcontrib-jsmath==1.0.1
212212
# via sphinx
213213
sphinxcontrib-qthelp==1.0.3
214214
# via sphinx
215-
sphinxcontrib-serializinghtml==1.1.9
215+
sphinxcontrib-serializinghtml==1.1.5
216216
# via sphinx
217217
sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows"
218218
# via -r requirements/doc-spelling.in
@@ -280,3 +280,4 @@ setuptools==68.0.0
280280
# via
281281
# blockdiag
282282
# pip-tools
283+
# sphinx

requirements/dev.txt

+7-5
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pytest-mock==3.12.0
159159
# via -r requirements/test.in
160160
python-dateutil==2.8.2
161161
# via time-machine
162-
python-on-whales==0.66.0
162+
python-on-whales==0.67.0
163163
# via -r requirements/test.in
164164
pytz==2023.3.post1
165165
# via babel
@@ -177,16 +177,17 @@ requests==2.31.0
177177
setuptools-git==1.2
178178
# via -r requirements/test.in
179179
six==1.16.0
180-
# via python-dateutil
180+
# via
181+
# python-dateutil
182+
# sphinx
181183
slotscheck==0.17.1
182184
# via -r requirements/lint.in
183185
snowballstemmer==2.2.0
184186
# via sphinx
185-
sphinx==7.2.6
187+
sphinx==7.1.2
186188
# via
187189
# -r requirements/doc.in
188190
# sphinxcontrib-blockdiag
189-
# sphinxcontrib-serializinghtml
190191
# sphinxcontrib-towncrier
191192
sphinxcontrib-applehelp==1.0.4
192193
# via sphinx
@@ -200,7 +201,7 @@ sphinxcontrib-jsmath==1.0.1
200201
# via sphinx
201202
sphinxcontrib-qthelp==1.0.3
202203
# via sphinx
203-
sphinxcontrib-serializinghtml==1.1.9
204+
sphinxcontrib-serializinghtml==1.1.5
204205
# via sphinx
205206
sphinxcontrib-towncrier==0.4.0a0
206207
# via -r requirements/doc.in
@@ -268,3 +269,4 @@ setuptools==68.0.0
268269
# blockdiag
269270
# nodeenv
270271
# pip-tools
272+
# sphinx

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pytest-mock==3.12.0
8484
# via -r requirements/test.in
8585
python-dateutil==2.8.2
8686
# via time-machine
87-
python-on-whales==0.66.0
87+
python-on-whales==0.67.0
8888
# via -r requirements/test.in
8989
re-assert==1.1.0
9090
# via -r requirements/test.in

0 commit comments

Comments
 (0)