Skip to content

Commit

Permalink
Bump parsl[monitoring] from 2024.7.8 to 2024.7.15 (#2345)
Browse files Browse the repository at this point in the history
Bumps [parsl[monitoring]](https://github.com/Parsl/parsl) from 2024.7.8
to 2024.7.15.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Parsl/parsl/commit/1e618fa1e12030673470c587ea8588c3f6da686e"><code>1e618fa</code></a>
Allow multiple workers to share a CUDA device, intended for use with MPS
mode...</li>
<li><a
href="https://github.com/Parsl/parsl/commit/2e8b10e334276aff831fb680ff0dc05586d83861"><code>2e8b10e</code></a>
Close two of the zmq pipes at HighThroughputExecutor shutdown (<a
href="https://redirect.github.com/Parsl/parsl/issues/3525">#3525</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/ee4c7b91539c07653a1dba496af13ad68f335656"><code>ee4c7b9</code></a>
Rename htex queue management worker to reflect purpose (<a
href="https://redirect.github.com/Parsl/parsl/issues/3524">#3524</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/fd5987f8a5317d9e0daaef921ff26024d20311fa"><code>fd5987f</code></a>
Close Channels at DFK cleanup (<a
href="https://redirect.github.com/Parsl/parsl/issues/3503">#3503</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/ac4fe9d6aa228726bfc248e570bd83996fa246a9"><code>ac4fe9d</code></a>
Remove unnecessary deletes from start of flux test (<a
href="https://redirect.github.com/Parsl/parsl/issues/3510">#3510</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/3d09cad044ce8dbd37c4253d9bb1e440e235af44"><code>3d09cad</code></a>
flux: cleanup zmq context and socket (<a
href="https://redirect.github.com/Parsl/parsl/issues/3518">#3518</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/0364babb3f255b133037b9410242ebc5e066955d"><code>0364bab</code></a>
Fix debug code sample in FAQ (<a
href="https://redirect.github.com/Parsl/parsl/issues/3512">#3512</a>)</li>
<li>See full diff in <a
href="https://github.com/Parsl/parsl/compare/2024.07.08...2024.07.15">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parsl[monitoring]&package-manager=pip&previous-version=2024.7.8&new-version=2024.7.15)](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 Jul 20, 2024
1 parent 00d0ac9 commit 1a929d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements-parsl.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
parsl[monitoring]==2024.7.8
parsl[monitoring]==2024.7.15

0 comments on commit 1a929d8

Please sign in to comment.