Skip to content

Commit 179c80e

Browse files
committed
bump remaining uv versions
1 parent da7073a commit 179c80e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/actions/install-pre-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
default: "3.10"
2525
uv-version:
2626
description: 'uv version to use'
27-
default: "0.7.19" # Keep this comment to allow automatic replacement of uv version
27+
default: "0.7.20" # Keep this comment to allow automatic replacement of uv version
2828
pre-commit-version:
2929
description: 'pre-commit version to use'
3030
default: "4.2.0" # Keep this comment to allow automatic replacement of pre-commit version

.github/workflows/ci-amd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- name: Install pre-commit, uv, and pre-commit-uv
187187
shell: bash
188188
env:
189-
UV_VERSION: "0.7.19" # Keep this comment to allow automatic replacement of uv version
189+
UV_VERSION: "0.7.20" # Keep this comment to allow automatic replacement of uv version
190190
PRE_COMMIT_VERSION: "4.2.0" # Keep this comment to allow automatic replacement of pre-commit version
191191
PRE_COMMIT_UV_VERSION: "4.1.4" # Keep this comment to allow automatic replacement of pre-commit-uv version
192192
run: |

dev/breeze/doc/ci/02_images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ can be used for CI images:
443443
| `ADDITIONAL_DEV_APT_DEPS` | | Additional apt dev dependencies installed in the first part of the image |
444444
| `ADDITIONAL_DEV_APT_ENV` | | Additional env variables defined when installing dev deps |
445445
| `AIRFLOW_PIP_VERSION` | `25.1.1` | `pip` version used. |
446-
| `AIRFLOW_UV_VERSION` | `0.7.19` | `uv` version used. |
446+
| `AIRFLOW_UV_VERSION` | `0.7.20` | `uv` version used. |
447447
| `AIRFLOW_PRE_COMMIT_VERSION` | `4.2.0` | `pre-commit` version used. |
448448
| `AIRFLOW_PRE_COMMIT_UV_VERSION` | `4.1.4` | `pre-commit-uv` version used. |
449449
| `AIRFLOW_USE_UV` | `true` | Whether to use UV for installation. |

dev/breeze/src/airflow_breeze/commands/release_management_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class VersionedFile(NamedTuple):
245245

246246

247247
AIRFLOW_PIP_VERSION = "25.1.1"
248-
AIRFLOW_UV_VERSION = "0.7.19"
248+
AIRFLOW_UV_VERSION = "0.7.20"
249249
AIRFLOW_USE_UV = False
250250
GITPYTHON_VERSION = "3.1.44"
251251
RICH_VERSION = "14.0.0"

dev/breeze/src/airflow_breeze/global_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
ALLOWED_INSTALL_MYSQL_CLIENT_TYPES = ["mariadb", "mysql"]
198198

199199
PIP_VERSION = "25.1.1"
200-
UV_VERSION = "0.7.19"
200+
UV_VERSION = "0.7.20"
201201

202202
DEFAULT_UV_HTTP_TIMEOUT = 300
203203
DEFAULT_WSL2_HTTP_TIMEOUT = 900

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ packages = []
528528
"apache-airflow-providers-amazon[s3fs]",
529529
]
530530
"uv" = [
531-
"uv>=0.7.19",
531+
"uv>=0.7.20",
532532
]
533533

534534

0 commit comments

Comments
 (0)