diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29b..ebc0cfdf 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,6 @@ +- bump: patch + changes: + changed: + - update the psutil requirement to version 6 + - update the furo requirment to <2025 + - update the markupsafe requirement to <3 \ No newline at end of file diff --git a/setup.py b/setup.py index 97de3987..2f7ccfb6 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",