Skip to content

Commit

Permalink
Bump prefect[dask] from 3.1.10 to 3.1.11 (#2600)
Browse files Browse the repository at this point in the history
Bumps [prefect[dask]](https://github.com/PrefectHQ/prefect) from 3.1.10
to 3.1.11.
<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>Flow-verload</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Enhancements ➕➕</h3>
<ul>
<li>Sparse checkout for git pulls by <a
href="https://github.com/tetracionist"><code>@​tetracionist</code></a>
in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15824">PrefectHQ/prefect#15824</a></li>
<li>Add a &quot;limit&quot; option prefect flow serve CLI by <a
href="https://github.com/pwl"><code>@​pwl</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16527">PrefectHQ/prefect#16527</a></li>
</ul>
<h3>Bug Fixes 🐞</h3>
<ul>
<li>log rendered custom <code>flow_run_name</code> by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16517">PrefectHQ/prefect#16517</a></li>
<li>Server should exit with non-0 on error by <a
href="https://github.com/martimors"><code>@​martimors</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16476">PrefectHQ/prefect#16476</a></li>
<li>Private submodule support for <code>GitRepository</code> by <a
href="https://github.com/jakekaplan"><code>@​jakekaplan</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16518">PrefectHQ/prefect#16518</a></li>
<li>Add support for <code>NO_PROXY</code> for websocket connections by
<a href="https://github.com/jbw-vtl"><code>@​jbw-vtl</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16538">PrefectHQ/prefect#16538</a></li>
<li>Avoid <code>Path</code> interpreting <code>.</code> in deployment
names as the beginning of a file extension by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16553">PrefectHQ/prefect#16553</a></li>
<li>Fix task overload for decorator kwargs by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16540">PrefectHQ/prefect#16540</a></li>
<li>RunTelemetry start span uses run name instead of flow/task name by
<a href="https://github.com/jeanluciano"><code>@​jeanluciano</code></a>
in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16389">PrefectHQ/prefect#16389</a></li>
</ul>
<h3>Integrations &amp; Dependencies 🤝</h3>
<ul>
<li>Fix <code>TypeError</code> in
<code>SnowflakeConnector.fetch_all</code> by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16511">PrefectHQ/prefect#16511</a></li>
<li>Fix <code>fetch_one</code> and <code>fetch_many</code> in
<code>prefect-snowflake</code> by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16554">PrefectHQ/prefect#16554</a></li>
<li>Add redis streams messaging to <code>redis-streams</code> by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16432">PrefectHQ/prefect#16432</a></li>
</ul>
<h3>Development &amp; Tidiness 🧹</h3>
<ul>
<li>[typing] prefect.concurrency by <a
href="https://github.com/mjpieters"><code>@​mjpieters</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16441">PrefectHQ/prefect#16441</a></li>
<li>[typing] prefect._internal, prefect.server.utilities by <a
href="https://github.com/mjpieters"><code>@​mjpieters</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16497">PrefectHQ/prefect#16497</a></li>
<li>[typing] - <code>prefect.cli</code> part 1 by <a
href="https://github.com/desertaxle"><code>@​desertaxle</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16546">PrefectHQ/prefect#16546</a></li>
<li>Fix overloads for <code>wait_for</code> and
<code>return_state</code> in <code>Task.__call__</code> by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16547">PrefectHQ/prefect#16547</a></li>
<li>Add local-telemetry stack for investigating server performance by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16483">PrefectHQ/prefect#16483</a></li>
<li>Refactor Client's Artifact CRUD methods into Mixin by <a
href="https://github.com/aaazzam"><code>@​aaazzam</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16496">PrefectHQ/prefect#16496</a></li>
<li>Refactor Variable CRUD methods in client by <a
href="https://github.com/aaazzam"><code>@​aaazzam</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16564">PrefectHQ/prefect#16564</a></li>
<li>Refactor Log CRUD methods in client by <a
href="https://github.com/aaazzam"><code>@​aaazzam</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16565">PrefectHQ/prefect#16565</a></li>
<li>Correct link to contribution guidelines by <a
href="https://github.com/jbw-vtl"><code>@​jbw-vtl</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16539">PrefectHQ/prefect#16539</a></li>
<li>Label all resources in lineage events by <a
href="https://github.com/abrookins"><code>@​abrookins</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16471">PrefectHQ/prefect#16471</a></li>
<li>update readme by <a
href="https://github.com/zzstoatzz"><code>@​zzstoatzz</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16519">PrefectHQ/prefect#16519</a></li>
<li>Remove deprecated result fields and classes and associated utilities
by <a href="https://github.com/cicdw"><code>@​cicdw</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16552">PrefectHQ/prefect#16552</a></li>
<li>Add typing to model_config by <a
href="https://github.com/aaazzam"><code>@​aaazzam</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16562">PrefectHQ/prefect#16562</a></li>
<li>Refactor ConcurrencyLimit CRUD methods in client by <a
href="https://github.com/aaazzam"><code>@​aaazzam</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16567">PrefectHQ/prefect#16567</a></li>
</ul>
<h3>Documentation 📓</h3>
<ul>
<li>Update snowflake integration docs by <a
href="https://github.com/seanpwlms"><code>@​seanpwlms</code></a> in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16556">PrefectHQ/prefect#16556</a></li>
</ul>
<h3>v2 UI</h3>
<ul>
<li>feat: Updating tags and groups for ui-v2 dependabot by <a
href="https://github.com/devinvillarosa"><code>@​devinvillarosa</code></a>
in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16499">PrefectHQ/prefect#16499</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/pwl"><code>@​pwl</code></a> made their
first contribution in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16527">PrefectHQ/prefect#16527</a></li>
<li><a href="https://github.com/martimors"><code>@​martimors</code></a>
made their first contribution in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16476">PrefectHQ/prefect#16476</a></li>
<li><a href="https://github.com/jbw-vtl"><code>@​jbw-vtl</code></a> made
their first contribution in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/16539">PrefectHQ/prefect#16539</a></li>
<li><a
href="https://github.com/tetracionist"><code>@​tetracionist</code></a>
made their first contribution in <a
href="https://redirect.github.com/PrefectHQ/prefect/pull/15824">PrefectHQ/prefect#15824</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/e448bd3462d7c2580427624f426d81cf6e9a7ff1"><code>e448bd3</code></a>
fix task overload for decorator kwargs (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/16540">#16540</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/e233224b681fdf750c5b51bbabd44af9150bce24"><code>e233224</code></a>
[UI v2] feat: Start automations data queries (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/16569">#16569</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/50dfa9affcfa643a74854af2e36028530d51b56c"><code>50dfa9a</code></a>
[UI v2] fix: Create consistent concurrency limit nav title (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/16559">#16559</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/1c801c71dbd3b0aca4ddbbeaee2856a8b83046a1"><code>1c801c7</code></a>
Refactor ConcurrencyLimit CRUD methods in client (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/16567">#16567</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/2e4f18aaf925a811ce08ee5d5d7c5d280aa5c3b0"><code>2e4f18a</code></a>
[UI v2] chore: Use storybook fn() for handlers (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/16572">#16572</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/403f4e7215aa6214d979d1b1e3e2376bd1e83b8a"><code>403f4e7</code></a>
Filter deployments by any tag (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/16400">#16400</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/660d1f3ffcc52f1f73203ebac56c5e156c99822a"><code>660d1f3</code></a>
Sparse checkout for git pulls (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/15824">#15824</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/ccc16ee9d7631bec3ef96919fa1a9e8a9d936b73"><code>ccc16ee</code></a>
[UI v2] feat: Adds toast decorator for storybook (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/16570">#16570</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/670fb80a4b9566be10394a760d40fcecbdb0daad"><code>670fb80</code></a>
Refactor Log CRUD methods in client (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/16565">#16565</a>)</li>
<li><a
href="https://github.com/PrefectHQ/prefect/commit/82f35ec2f2d5f55c5d000dec26af8abc0f57a4f5"><code>82f35ec</code></a>
Refactor Variable CRUD methods in client (<a
href="https://redirect.github.com/PrefectHQ/prefect/issues/16564">#16564</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/PrefectHQ/prefect/compare/3.1.10...3.1.11">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.10&new-version=3.1.11)](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 Jan 5, 2025
1 parent 7e68162 commit b156b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements-prefect.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dask-jobqueue==0.9.0
prefect[dask]==3.1.10
prefect[dask]==3.1.11

0 comments on commit b156b45

Please sign in to comment.