Skip to content

Commit

Permalink
Bump dask-jobqueue from 0.8.2 to 0.8.5 (#1752)
Browse files Browse the repository at this point in the history
Bumps [dask-jobqueue](https://github.com/dask/dask-jobqueue) from 0.8.2
to 0.8.5.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dask/dask-jobqueue/commit/915cf3f93a23789432c84418241acb372d797867"><code>915cf3f</code></a>
Update release number (<a
href="https://github.com/dask/dask-jobqueue/issues/631">#631</a>)</li>
<li><a
href="https://github.com/dask/dask-jobqueue/commit/f2a60169a4a429de0af95240ae5958f9a0833a92"><code>f2a6016</code></a>
New release 0.8.4 in place of 0.8.3 (<a
href="https://github.com/dask/dask-jobqueue/issues/629">#629</a>)</li>
<li><a
href="https://github.com/dask/dask-jobqueue/commit/ba2ac28e14aa9a4c6fc7c69e56cb9302299efee9"><code>ba2ac28</code></a>
update versioneer for 3.12 compatibility (<a
href="https://github.com/dask/dask-jobqueue/issues/618">#618</a>)</li>
<li><a
href="https://github.com/dask/dask-jobqueue/commit/3e5a91594454bfe47bdad3e4fae9fc8bf9fb230f"><code>3e5a915</code></a>
Update changelog for next release 0.8.3 (<a
href="https://github.com/dask/dask-jobqueue/issues/628">#628</a>)</li>
<li><a
href="https://github.com/dask/dask-jobqueue/commit/97949b3be329cb7f354a94381113f212366b9b34"><code>97949b3</code></a>
Slurm uses '#SBATCH -A' to set account/project name (<a
href="https://github.com/dask/dask-jobqueue/issues/625">#625</a>)</li>
<li><a
href="https://github.com/dask/dask-jobqueue/commit/926cbb52d68bb1517a00411922de10866bdfe851"><code>926cbb5</code></a>
Python executable from config file (<a
href="https://github.com/dask/dask-jobqueue/issues/623">#623</a>)</li>
<li><a
href="https://github.com/dask/dask-jobqueue/commit/1ee6e6be63a160b6b4f0a38910325a919afce556"><code>1ee6e6b</code></a>
Add a <code>py.typed</code> marker (<a
href="https://github.com/dask/dask-jobqueue/issues/621">#621</a>)</li>
<li><a
href="https://github.com/dask/dask-jobqueue/commit/ef45c0e2210d7d4b08e0747e5551723e5b8c3e2f"><code>ef45c0e</code></a>
Asynchronous job submission and removal (<a
href="https://github.com/dask/dask-jobqueue/issues/610">#610</a>)</li>
<li><a
href="https://github.com/dask/dask-jobqueue/commit/4bbd0a08342926ee8728ccd9a4559be3aa3ec628"><code>4bbd0a0</code></a>
Make cli worker parameter flexible (<a
href="https://github.com/dask/dask-jobqueue/issues/606">#606</a>)</li>
<li>See full diff in <a
href="https://github.com/dask/dask-jobqueue/compare/0.8.2...0.8.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dask-jobqueue&package-manager=pip&previous-version=0.8.2&new-version=0.8.5)](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
dependabot[bot] authored Feb 24, 2024
1 parent 47182c6 commit 69a0b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/requirements-dask.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dask[distributed]==2024.2.1
dask-jobqueue==0.8.2
dask-jobqueue==0.8.5
2 changes: 1 addition & 1 deletion tests/requirements-prefect.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dask-jobqueue==0.8.2
dask-jobqueue==0.8.5
prefect==2.16.0
prefect-dask==0.2.6

0 comments on commit 69a0b82

Please sign in to comment.