Skip to content

Commit

Permalink
Bump parsl[monitoring] from 2024.5.13 to 2024.5.20 (#2174)
Browse files Browse the repository at this point in the history
Bumps [parsl[monitoring]](https://github.com/Parsl/parsl) from 2024.5.13
to 2024.5.20.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Parsl/parsl/commit/f210753f96f27c13473cf7e0237e1071b1bc61b3"><code>f210753</code></a>
Rename hub_port in executors to clarify it is for ZMQ (<a
href="https://redirect.github.com/Parsl/parsl/issues/3439">#3439</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/bdb9e63b493caf7ac189340f7cf2ce2e6404187b"><code>bdb9e63</code></a>
Add CONTRIBUTING note on local test config framework (<a
href="https://redirect.github.com/Parsl/parsl/issues/3438">#3438</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/a7cf9b41b879ddaa0d4b64f3d0b9e6090bf2f45a"><code>a7cf9b4</code></a>
Remove $ when writing job name in LocalProvider (<a
href="https://redirect.github.com/Parsl/parsl/issues/3440">#3440</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/b2147140e415fa3bd0eb8118bfdc0e0fe53ccdad"><code>b214714</code></a>
Add an MPIExecutor (<a
href="https://redirect.github.com/Parsl/parsl/issues/3423">#3423</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/562194dc9685b0d334f18999916a9230741fda0e"><code>562194d</code></a>
Log commands that the interchange does not recognise, as an error (<a
href="https://redirect.github.com/Parsl/parsl/issues/3434">#3434</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/bb970fc722581ad35b92b0a2ef577af9ab1b8fe3"><code>bb970fc</code></a>
Remove unused logging import in MPI test (<a
href="https://redirect.github.com/Parsl/parsl/issues/3436">#3436</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/3e4f101370c74f31752b9a47697316d30b41e1d2"><code>3e4f101</code></a>
Replace SingleNodeLauncher with SimpleLauncher for MPI Mode (<a
href="https://redirect.github.com/Parsl/parsl/issues/3418">#3418</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/ccea5191be620454953a6ffe790871bceca68d7d"><code>ccea519</code></a>
Factor radio selection in monitoring worker-side code (<a
href="https://redirect.github.com/Parsl/parsl/issues/3432">#3432</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/441a369014316163347787cf44abcd525f2a115e"><code>441a369</code></a>
Remove return bool from Channel.close() (<a
href="https://redirect.github.com/Parsl/parsl/issues/3403">#3403</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/e55ed98e08ed36b536284dad6bb367a16548a742"><code>e55ed98</code></a>
Use concurrency in the README (<a
href="https://redirect.github.com/Parsl/parsl/issues/3428">#3428</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Parsl/parsl/compare/2024.05.13...2024.05.20">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.5.13&new-version=2024.5.20)](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] committed May 23, 2024
1 parent d043d36 commit 18ba8c3
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.5.13
parsl[monitoring]==2024.5.20

0 comments on commit 18ba8c3

Please sign in to comment.