Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump prefect[dask] from 3.1.1 to 3.1.2 (#2543)
Bumps [prefect[dask]](https://github.com/PrefectHQ/prefect) from 3.1.1 to 3.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PrefectHQ/prefect/releases">prefect[dask]'s releases</a>.</em></p> <blockquote> <h2>3.1.2: Bug Fixes, Chicago Style, Hold the Ketchup</h2> <h3>Bug Fixes 🐞</h3> <ul> <li>Fixes the arguments for the url generation in BaseWorker by <a href="https://github.com/sam-phinizy"><code>@sam-phinizy</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15982">PrefectHQ/prefect#15982</a></li> <li>Fix formatting of <code>list</code> and <code>set</code> settings values when marshaling to environment variables by <a href="https://github.com/GalLadislav"><code>@GalLadislav</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15979">PrefectHQ/prefect#15979</a></li> <li>fix delete block type prompt by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15989">PrefectHQ/prefect#15989</a></li> <li>Ensure <code>.env</code> files load only Prefect environment variables by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15975">PrefectHQ/prefect#15975</a></li> <li>Fix bugs in precedence of settings sources for settings with multiple validation aliases by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15995">PrefectHQ/prefect#15995</a></li> <li>Persist failed data at random locations by <a href="https://github.com/cicdw"><code>@cicdw</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15991">PrefectHQ/prefect#15991</a></li> <li>Fixes the worker url slug by <a href="https://github.com/sam-phinizy"><code>@sam-phinizy</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15964">PrefectHQ/prefect#15964</a></li> <li>Add in ability to pass additional formatting kwargs to <code>url_for</code> by <a href="https://github.com/sam-phinizy"><code>@sam-phinizy</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15974">PrefectHQ/prefect#15974</a></li> <li>Fix the key for worker metadata: it's is just "metadata" by <a href="https://github.com/abrookins"><code>@abrookins</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15965">PrefectHQ/prefect#15965</a></li> </ul> <h3>Integrations & Dependencies 🤝</h3> <ul> <li>adopt <code>async_dispatch</code> for slack collection by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15973">PrefectHQ/prefect#15973</a></li> </ul> <h3>Development & Tidiness 🧹</h3> <ul> <li>Update <code>@prefecthq/prefect-design</code> to version 2.14.9 by <a href="https://github.com/marvin-robot"><code>@marvin-robot</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15961">PrefectHQ/prefect#15961</a></li> <li>Update <code>@prefecthq/prefect-ui-library</code> to version 3.11.16 by <a href="https://github.com/marvin-robot"><code>@marvin-robot</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15956">PrefectHQ/prefect#15956</a></li> <li>handle possible <code>None</code> value by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15966">PrefectHQ/prefect#15966</a></li> <li>Add sidebar to v2 UI by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15925">PrefectHQ/prefect#15925</a></li> <li>[UI v2] Add ability to create new variables by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15962">PrefectHQ/prefect#15962</a></li> <li>update <code>asyncio_default_fixture_loop_scope</code> in all collections by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15976">PrefectHQ/prefect#15976</a></li> <li>Update <code>@prefecthq/prefect-ui-library</code> to version 3.11.18 by <a href="https://github.com/marvin-robot"><code>@marvin-robot</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15994">PrefectHQ/prefect#15994</a></li> <li>Update worker to give worker labels to flow runs during submittal by <a href="https://github.com/bunchesofdonald"><code>@bunchesofdonald</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15983">PrefectHQ/prefect#15983</a></li> <li>clarify state hook docs by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15977">PrefectHQ/prefect#15977</a></li> <li>Fix documentation link to deployment concept by <a href="https://github.com/sandertan"><code>@sandertan</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15988">PrefectHQ/prefect#15988</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sandertan"><code>@sandertan</code></a> made their first contribution in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15988">PrefectHQ/prefect#15988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PrefectHQ/prefect/compare/3.1.1...3.1.2">https://github.com/PrefectHQ/prefect/compare/3.1.1...3.1.2</a></p> <h2>3.1.2.dev2: Nightly Development Release</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Bug Fixes 🐞</h3> <ul> <li>Fixes the arguments for the url generation in BaseWorker by <a href="https://github.com/sam-phinizy"><code>@sam-phinizy</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15982">PrefectHQ/prefect#15982</a></li> </ul> <h3>Integrations & Dependencies 🤝</h3> <ul> <li>adopt <code>async_dispatch</code> for slack collection by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15973">PrefectHQ/prefect#15973</a></li> </ul> <h3>Development & Tidiness 🧹</h3> <ul> <li>Add sidebar to v2 UI by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15925">PrefectHQ/prefect#15925</a></li> <li>[UI v2] Add ability to create new variables by <a href="https://github.com/desertaxle"><code>@desertaxle</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15962">PrefectHQ/prefect#15962</a></li> </ul> <h3>Uncategorized</h3> <ul> <li>Fixes the worker url slug by <a href="https://github.com/sam-phinizy"><code>@sam-phinizy</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15964">PrefectHQ/prefect#15964</a></li> <li>Fix the key for worker metadata: it's is just "metadata" by <a href="https://github.com/abrookins"><code>@abrookins</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15965">PrefectHQ/prefect#15965</a></li> <li>Add in ability to pass additional formatting kwargs to <code>url_for</code> by <a href="https://github.com/sam-phinizy"><code>@sam-phinizy</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15974">PrefectHQ/prefect#15974</a></li> <li>clarify state hook docs by <a href="https://github.com/zzstoatzz"><code>@zzstoatzz</code></a> in <a href="https://redirect.github.com/PrefectHQ/prefect/pull/15977">PrefectHQ/prefect#15977</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PrefectHQ/prefect/commit/02b99f0a756f0395e4292952dcb2d963fc839750"><code>02b99f0</code></a> Persist failed data at random locations (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15991">#15991</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/a8767707f9d04484aed731332bb615987092c627"><code>a876770</code></a> Fix bugs in precedence of settings sources for settings with multiple validat...</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/db20a141fa5e258b19df4f8785aeb9627ec2bec6"><code>db20a14</code></a> Update <code>@prefecthq/prefect-ui-library</code> to version 3.11.18 (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15994">#15994</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/62b263701465db8ff9d22fc0e8bf06bdc0b04c0d"><code>62b2637</code></a> update <code>asyncio_default_fixture_loop_scope</code> in all collections (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15976">#15976</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/f562ab6ab58515fcf944022661798e019382e335"><code>f562ab6</code></a> Ensure <code>.env</code> files load only Prefect environment variables (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15975">#15975</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/46fa10ba63a24400a523d94c1c4663dc14aec723"><code>46fa10b</code></a> Update worker to give worker labels to flow runs during submittal (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15983">#15983</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/61daf53f5859d36e07baf0cf3ca3e664328d4f67"><code>61daf53</code></a> fix delete block type prompt (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15989">#15989</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/a93c7fd29f4a7a933fbebfa1c772b60bc4560511"><code>a93c7fd</code></a> Fix formatting of <code>list</code> and <code>set</code> settings values when marshaling to environ...</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/2b018eaad29e061f7695e147a29f23f231b87ab6"><code>2b018ea</code></a> Fix documentation link to deployment concept (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15988">#15988</a>)</li> <li><a href="https://github.com/PrefectHQ/prefect/commit/98592bd40e9457718248345f21a5463bf9eab689"><code>98592bd</code></a> Fixes the arguments for the url generation in BaseWorker (<a href="https://redirect.github.com/PrefectHQ/prefect/issues/15982">#15982</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PrefectHQ/prefect/compare/3.1.1...3.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prefect[dask]&package-manager=pip&previous-version=3.1.1&new-version=3.1.2)](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