diff --git a/doc/changelog.d/1379.maintenance.md b/doc/changelog.d/1379.maintenance.md new file mode 100644 index 000000000..045556ad8 --- /dev/null +++ b/doc/changelog.d/1379.maintenance.md @@ -0,0 +1 @@ +Bump psutil from 7.1.2 to 7.1.3 diff --git a/pyproject.toml b/pyproject.toml index 2917306ec..b781b9201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "pytest==8.4.2", "pytest-cov==7.0.0", "pytest-print==1.2.0", - "psutil==7.1.2", + "psutil==7.1.3", ] doc = [