bito-code-review[bot] commented on code in PR #41260:
URL: https://github.com/apache/superset/pull/41260#discussion_r3449973976
##########
pyproject.toml:
##########
@@ -42,7 +42,7 @@ dependencies = [
"click>=8.4.0",
"click-option-group",
"colorama",
- "flask-cors>=6.0.0, <7.0",
+ "flask-cors>=6.0.5, <7.0",
Review Comment:
<!-- Bito Reply -->
Understood. Since the purpose of this pull request is specifically to bump
the `flask-cors` version constraint to `6.0.5`, maintaining that floor is
intentional to prevent automated tools like Dependabot from reverting the
change. You may disregard the reviewer's suggestion to lower the constraint
back to `6.0.0`.
**pyproject.toml**
```
- "flask-cors>=6.0.5, <7.0",
+ "flask-cors>=6.0.0, <7.0",
```
--
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]