bito-code-review[bot] commented on code in PR #40825:
URL: https://github.com/apache/superset/pull/40825#discussion_r3366937570
##########
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:
<!-- Bito Reply -->
The suggestion to update the dependency version in the lockfiles is
appropriate. Aligning the versions in `requirements/base.txt` and
`requirements/development.txt` with the updated constraint in `pyproject.toml`
ensures consistent dependency resolution and prevents potential CI failures.
**pyproject.toml**
```
"watchdog>=6.0.0",
"wtforms>=2.3.3, <4",
"wtforms-json",
- "xlsxwriter>=3.0.7, <3.3",
+ "xlsxwriter>=3.2.9, <3.3",
```
--
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]