From 71fcf9dec26f319adfff6c24b9ae6a5864c18830 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 28 Jan 2025 23:33:27 -0500
Subject: [PATCH] Bump parsl[monitoring] from 2025.1.20 to 2025.1.27 (#2638)
Bumps [parsl[monitoring]](https://github.com/Parsl/parsl) from 2025.1.20
to 2025.1.27.
Commits
d4479fd
Remove quasi-monitoring checkpoint file dfk.pkl (#3760)
7a4b826
Load checkpoints in memoizer code, rather than DFK (#3759)
045a1a7
Remove an unused config import (#3757)
b5160c6
Delete redundant checkpoint test (#3758)
49f2e10
Render a root-cause exception for dependency and join errors (#3717)
47e60f0
Programmer error protection: there can be only one (#3756)
572d411
Remove HTEX interchange control channel thread into main thread (#3753)
d54c945
Move htex interchange tasks incoming thread into main thread (#3752)
- See full diff in compare
view
[![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)
---
Dependabot commands and options
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 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)
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew S. Rosen
---
tests/requirements-parsl.txt | 2 +-
tests/requirements.txt | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/requirements-parsl.txt b/tests/requirements-parsl.txt
index 84b79c71ee..e6fe275c51 100644
--- a/tests/requirements-parsl.txt
+++ b/tests/requirements-parsl.txt
@@ -1 +1 @@
-parsl[monitoring]==2025.1.20
+parsl[monitoring]==2025.1.27
diff --git a/tests/requirements.txt b/tests/requirements.txt
index e4aeab1aa1..116e9891c7 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -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