gopidesupavan commented on code in PR #56119: URL: https://github.com/apache/airflow/pull/56119#discussion_r2380529712
########## dev/breeze/src/airflow_breeze/commands/release_management_commands.py: ########## @@ -266,7 +266,7 @@ class VersionedFile(NamedTuple): RICH_VERSION = "14.1.0" PREK_VERSION = "0.2.1" HATCH_VERSION = "1.14.2" -PYYAML_VERSION = "6.0.2" +PYYAML_VERSION = "6.0.3" Review Comment: ah i got it we are looking on only few file paths https://github.com/apache/airflow/blob/main/scripts/ci/prek/upgrade_important_versions.py#L53. i will create a new PR to refactor this block to lookup more places. -- 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]
