Skip to content

Commit

Permalink
Bump parsl[monitoring] from 2024.7.1 to 2024.7.8 (#2338)
Browse files Browse the repository at this point in the history
Bumps [parsl[monitoring]](https://github.com/Parsl/parsl) from 2024.7.1
to 2024.7.8.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Parsl/parsl/commit/4695c00ad9411967ee9c9ba7a7b2d771bb425603"><code>4695c00</code></a>
Support custom interchange launch command (<a
href="https://redirect.github.com/Parsl/parsl/issues/3514">#3514</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/b007d6d068069423deb3e17e97a49b2d397af32c"><code>b007d6d</code></a>
Fix a bug and add support for N masters, N workers with load balancing
in Rad...</li>
<li><a
href="https://github.com/Parsl/parsl/commit/2828ac5581342dca29bccc693160160d6d636acb"><code>2828ac5</code></a>
Close SSH channel after test (<a
href="https://redirect.github.com/Parsl/parsl/issues/3504">#3504</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/2cc3ec58e7bfba0c7432b84ed8aab580acb877b4"><code>2cc3ec5</code></a>
Join on stopped thread at end of LocalProvider+ssh test (<a
href="https://redirect.github.com/Parsl/parsl/issues/3505">#3505</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/cfb0a20bbb764276ff3c04c68ed10430384059f4"><code>cfb0a20</code></a>
Remove documentation that KubernetesProvider job_name must be unique (<a
href="https://redirect.github.com/Parsl/parsl/issues/3506">#3506</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/4735980c6901da1dce1ae8db818ae3eefa327c83"><code>4735980</code></a>
Correct KubernetesProvider.submit docstring, to not return None (<a
href="https://redirect.github.com/Parsl/parsl/issues/3507">#3507</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/68a9f5c3402d430653da4e25639dcb3c4d73e669"><code>68a9f5c</code></a>
Fix spacing in KubernetesProvider debug log and use deferred formatting
(<a
href="https://redirect.github.com/Parsl/parsl/issues/3508">#3508</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/f62110de87dd30151fafefb277f52dfffe324e31"><code>f62110d</code></a>
Treat python_app input/output default arguments like other magic
keywords, an...</li>
<li>See full diff in <a
href="https://github.com/Parsl/parsl/compare/2024.07.01...2024.07.08">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.1&new-version=2024.7.8)](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 Jul 13, 2024
1 parent 4ac702a commit cb9ef0b
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.1
parsl[monitoring]==2024.7.8

0 comments on commit cb9ef0b

Please sign in to comment.