potiuk opened a new pull request, #62074: URL: https://github.com/apache/airflow/pull/62074
Allow both '# use next version' and '#use next version' formats when updating provider dependencies to next versions. The regex pattern now allows optional whitespace after the hash symbol and uses case-insensitive matching for more robust detection. **Changes:** - Updated regex pattern to match both `# use next version` and `#use next version` - Added case-insensitive matching with `re.IGNORECASE` flag - Updated documentation to reflect both supported formats - Applied changes consistently across all occurrences in the codebase -- 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]
