Skip to content

Commit

Permalink
Bump parsl[monitoring] from 2025.1.20 to 2025.1.27 (#2638)
Browse files Browse the repository at this point in the history
Bumps [parsl[monitoring]](https://github.com/Parsl/parsl) from 2025.1.20
to 2025.1.27.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Parsl/parsl/commit/d4479fdad848602fe6f1b335d8bd413ab21d4c0f"><code>d4479fd</code></a>
Remove quasi-monitoring checkpoint file dfk.pkl (<a
href="https://redirect.github.com/Parsl/parsl/issues/3760">#3760</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/7a4b8267b75309bea65c14e5f6d5b3e45eba93d6"><code>7a4b826</code></a>
Load checkpoints in memoizer code, rather than DFK (<a
href="https://redirect.github.com/Parsl/parsl/issues/3759">#3759</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/045a1a77e9aadd76f04e5f20be1f9c9fb2d363c3"><code>045a1a7</code></a>
Remove an unused config import (<a
href="https://redirect.github.com/Parsl/parsl/issues/3757">#3757</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/b5160c67ce99792b2475b032db8d4ff687cf543f"><code>b5160c6</code></a>
Delete redundant checkpoint test (<a
href="https://redirect.github.com/Parsl/parsl/issues/3758">#3758</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/49f2e10584b7a81f7a60bed3b17623571b6b3a64"><code>49f2e10</code></a>
Render a root-cause exception for dependency and join errors (<a
href="https://redirect.github.com/Parsl/parsl/issues/3717">#3717</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/47e60f07cceaf623d070791e7b215203743369a3"><code>47e60f0</code></a>
Programmer error protection: there can be only one (<a
href="https://redirect.github.com/Parsl/parsl/issues/3756">#3756</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/572d411ba960676756896fbcedc140f6f825c9d0"><code>572d411</code></a>
Remove HTEX interchange control channel thread into main thread (<a
href="https://redirect.github.com/Parsl/parsl/issues/3753">#3753</a>)</li>
<li><a
href="https://github.com/Parsl/parsl/commit/d54c9454e0d06175eaee236de2549b22c867839a"><code>d54c945</code></a>
Move htex interchange tasks incoming thread into main thread (<a
href="https://redirect.github.com/Parsl/parsl/issues/3752">#3752</a>)</li>
<li>See full diff in <a
href="https://github.com/Parsl/parsl/compare/2025.01.20...2025.01.27">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=2025.1.20&new-version=2025.1.27)](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>
Co-authored-by: Andrew S. Rosen <[email protected]>
  • Loading branch information
dependabot[bot] and Andrew-S-Rosen authored Jan 29, 2025
1 parent 8cd42ee commit 71fcf9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/requirements-parsl.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
parsl[monitoring]==2025.1.20
parsl[monitoring]==2025.1.27
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ numpy==1.26.4
psutil==6.1.1
pydantic==2.10.6
pydantic-settings==2.7.1
pymatgen==2024.11.13
pymatgen==2025.1.24
ruamel.yaml==0.18.10
typer==0.13.1
pymongo==4.10.1

0 comments on commit 71fcf9d

Please sign in to comment.