bito-code-review[bot] commented on code in PR #40825:
URL: https://github.com/apache/superset/pull/40825#discussion_r3366876169
##########
pyproject.toml:
##########
@@ -109,7 +109,7 @@ dependencies = [
"watchdog>=6.0.0",
"wtforms>=2.3.3, <4",
"wtforms-json",
- "xlsxwriter>=3.0.7, <3.3",
+ "xlsxwriter>=3.2.9, <3.3",
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Dependency Version Inconsistency</b></div>
<div id="fix">
The `requirements/base.txt` (line 493) and `requirements/development.txt`
(line 1143) still specify `xlsxwriter==3.0.9`, which conflicts with the updated
constraint `>=3.2.9, <3.3` in pyproject.toml. This inconsistency can cause CI
failures and unpredictable builds when different files are used for dependency
resolution.
</div>
</div>
<small><i>Code Review Run #e83a16</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]