potiuk commented on code in PR #53229:
URL: https://github.com/apache/airflow/pull/53229#discussion_r2202477143


##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -752,9 +752,9 @@ def generate_provider_dependencies_if_needed():
 ]
 
 ALL_PYTHON_VERSION_TO_PATCH_VERSION: dict[str, str] = {
-    "3.6": "v3.6.1",
-    "3.7": "v3.7.1",
-    "3.8": "v3.8.1",
+    "3.6": "v3.6.15",
+    "3.7": "v3.7.17",
+    "3.8": "v3.8.20",

Review Comment:
   It was because I fixed GITHUB_TOKEN in upgrade_check. Previously it failed 
because of rate limits and it did not upgrade the python version.



-- 
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]

Reply via email to