Skip to content

Commit 0148c1d

Browse files
authored
CI: Upgrade important CI environment (#61326)
1 parent 77aa072 commit 0148c1d

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

.github/actions/install-prek/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
default: "0.9.28" # Keep this comment to allow automatic replacement of uv version
2828
prek-version:
2929
description: 'prek version to use'
30-
default: "0.3.0" # Keep this comment to allow automatic replacement of prek version
30+
default: "0.3.1" # Keep this comment to allow automatic replacement of prek version
3131
save-cache:
3232
description: "Whether to save prek cache"
3333
required: true

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ COPY --from=scripts common.sh install_packaging_tools.sh install_additional_depe
17171717
ARG AIRFLOW_PIP_VERSION=26.0
17181718
# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main"
17191719
ARG AIRFLOW_UV_VERSION=0.9.28
1720-
ARG AIRFLOW_PREK_VERSION="0.3.0"
1720+
ARG AIRFLOW_PREK_VERSION="0.3.1"
17211721

17221722
# UV_LINK_MODE=copy is needed since we are using cache mounted from the host
17231723
ENV AIRFLOW_PIP_VERSION=${AIRFLOW_PIP_VERSION} \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ can be used for CI images:
444444
| `ADDITIONAL_DEV_APT_ENV` | | Additional env variables defined when installing dev deps |
445445
| `AIRFLOW_PIP_VERSION` | `26.0` | `pip` version used. |
446446
| `AIRFLOW_UV_VERSION` | `0.9.28` | `uv` version used. |
447-
| `AIRFLOW_PREK_VERSION` | `0.3.0` | `prek` version used. |
447+
| `AIRFLOW_PREK_VERSION` | `0.3.1` | `prek` version used. |
448448
| `AIRFLOW_USE_UV` | `true` | Whether to use UV for installation. |
449449
| `PIP_PROGRESS_BAR` | `on` | Progress bar for PIP installation |
450450

dev/breeze/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
"jinja2>=3.1.5",
6060
"jsonschema>=4.19.1",
6161
"packaging>=25.0",
62-
"prek>=0.3.0",
62+
"prek>=0.3.1",
6363
"psutil>=5.9.6",
6464
"pygithub>=2.1.1",
6565
"pytest-xdist>=3.3.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ class VersionedFile(NamedTuple):
258258
AIRFLOW_UV_VERSION = "0.9.28"
259259
AIRFLOW_USE_UV = False
260260
GITPYTHON_VERSION = "3.1.46"
261-
RICH_VERSION = "14.3.1"
262-
PREK_VERSION = "0.3.0"
261+
RICH_VERSION = "14.3.2"
262+
PREK_VERSION = "0.3.1"
263263
HATCH_VERSION = "1.16.3"
264264
PYYAML_VERSION = "6.0.3"
265265

dev/breeze/uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)