Copilot commented on code in PR #6266:
URL: https://github.com/apache/texera/pull/6266#discussion_r3541455118


##########
amber/requirements.txt:
##########
@@ -36,7 +36,7 @@ fs==2.4.16
 praw==7.6.1
 bidict==0.22.0
 cached_property==1.5.2
-psutil==5.9.0
+psutil==7.2.2
 tzlocal==2.1

Review Comment:
   `amber/system-requirements-lock.txt` still pins `psutil==5.9.0`, but it’s 
used as a `pip --constraint` file for user installs (and the file header 
explicitly says it must be updated whenever `requirements.txt` changes). With 
`requirements.txt` now pinning `psutil==7.2.2`, leaving the lock at 5.9.0 can 
cause unexpected constraint conflicts and makes the lock file inconsistent with 
the shipped system environment.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to