From dfc1b479f7e29ea330f3d029c6eaff64e591694a Mon Sep 17 00:00:00 2001 From: Iris Bian Date: Wed, 30 Oct 2024 05:19:38 -0700 Subject: [PATCH 1/3] update psutil to 6, furo to 2024, markupsafe to <3 --- changelog_entry.yaml | 6 ++++++ setup.py | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb..d31b4646f 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,6 @@ +- bump: minor + changes: + changed: + - update the psutil requirement to version 6 + - update the furo requirment to <2025 + - update the markupsafe requirment to <3 \ No newline at end of file diff --git a/setup.py b/setup.py index 97de39873..2f7ccfb6f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "sortedcontainers<3", "numexpr<3", "dpath<3", - "psutil<6", + "psutil>=6,<7", "wheel<1", "h5py>=3,<4", "requests>=2,<3", @@ -32,8 +32,8 @@ "jupyter-book<1", "yaml-changelog<1", "coverage", - "furo<2023", - "markupsafe==2.0.1", + "furo<2025", + "markupsafe<3", "coverage", "furo", "mypy<2", From 34fafc45cc739a5bfda45af1e4b5f96d62f6e9cd Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Tue, 19 Nov 2024 23:34:47 -0500 Subject: [PATCH 2/3] Update changelog_entry.yaml Co-authored-by: Anthony V. --- changelog_entry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index d31b4646f..a451ea412 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -3,4 +3,4 @@ changed: - update the psutil requirement to version 6 - update the furo requirment to <2025 - - update the markupsafe requirment to <3 \ No newline at end of file + - update the markupsafe requirement to <3 \ No newline at end of file From 454f66e366893dab1c17be89e266be801ab990e4 Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Wed, 20 Nov 2024 07:56:23 -0500 Subject: [PATCH 3/3] Update changelog_entry.yaml --- changelog_entry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index a451ea412..ebc0cfdf1 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +1,4 @@ -- bump: minor +- bump: patch changes: changed: - update the psutil requirement to version 6