Skip to content

Commit f9bbce6

Browse files
authored
Merge pull request #304 from irisbian504/package_update
update psutil to 6, furo to 2024, markupsafe to <3
2 parents b2d6ffa + 454f66e commit f9bbce6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

changelog_entry.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- update the psutil requirement to version 6
5+
- update the furo requirment to <2025
6+
- update the markupsafe requirement to <3

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"sortedcontainers<3",
1616
"numexpr<3",
1717
"dpath<3",
18-
"psutil<6",
18+
"psutil>=6,<7",
1919
"wheel<1",
2020
"h5py>=3,<4",
2121
"requests>=2,<3",
@@ -32,8 +32,8 @@
3232
"jupyter-book<1",
3333
"yaml-changelog<1",
3434
"coverage",
35-
"furo<2023",
36-
"markupsafe==2.0.1",
35+
"furo<2025",
36+
"markupsafe<3",
3737
"coverage",
3838
"furo",
3939
"mypy<2",

0 commit comments

Comments
 (0)