rusackas commented on code in PR #40825:
URL: https://github.com/apache/superset/pull/40825#discussion_r3366937184
##########
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:
Good catch — fixed. The lockfiles (requirements/base.txt and
requirements/development.txt) now pin xlsxwriter==3.2.9 to match the updated
pyproject.toml constraint, which resolves the unsatisfiable-requirements CI
failures.
--
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]