potiuk commented on code in PR #54917: URL: https://github.com/apache/airflow/pull/54917#discussion_r2298905586
########## scripts/ci/prek/upgrade_important_versions.py: ########## @@ -15,6 +15,15 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# /// script +# requires-python = ">=3.10" +# dependencies = [ +# "pyyaml>=6.0.2", +# "rich>=13.6.0", +# "requests>=2.31.0", +# "packaging>=25" Review Comment: It's mostly Copilot somehow hallucinating :), I was merelly telling it to do it.... So maybe sometimes it did it with a little more enthusiasm and added one more space. Let me straighten this up :) -- 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]
