bito-code-review[bot] commented on code in PR #40940:
URL: https://github.com/apache/superset/pull/40940#discussion_r3389954451
##########
pyproject.toml:
##########
@@ -64,7 +64,7 @@ dependencies = [
"holidays>=0.45, <1",
"humanize",
"isodate",
- "jsonpath-ng>=1.6.1, <2",
+ "jsonpath-ng>=1.8.0, <2",
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Lock file out of sync</b></div>
<div id="fix">
The `requirements/base.txt` lock file still pins `jsonpath-ng==1.7.0` (line
197), which is below the new minimum version `>=1.8.0`. Per BITO.md rule
[10438], lock files should be regenerated via package manager commands rather
than manual edits. Run the appropriate install command to sync the lock file.
</div>
</div>
<small><i>Code Review Run #5b01b2</i></small>
</div>
---
Should Bito avoid suggestions like this for future reviews? (<a
href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>)
- [ ] Yes, avoid them
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]