File tree Expand file tree Collapse file tree 6 files changed +944
-944
lines changed
.github/actions/install-prek
src/airflow_breeze/commands Expand file tree Collapse file tree 6 files changed +944
-944
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ inputs:
2727 default : " 0.9.10" # Keep this comment to allow automatic replacement of uv version
2828 prek-version :
2929 description : ' prek version to use'
30- default : " 0.2.16 " # Keep this comment to allow automatic replacement of prek version
30+ default : " 0.2.17 " # Keep this comment to allow automatic replacement of prek version
3131 save-cache :
3232 description : " Whether to save prek cache"
3333 required : true
Original file line number Diff line number Diff line change @@ -1654,7 +1654,7 @@ COPY --from=scripts common.sh install_packaging_tools.sh install_additional_depe
16541654ARG AIRFLOW_PIP_VERSION=25.3
16551655# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main"
16561656ARG AIRFLOW_UV_VERSION=0.9.10
1657- ARG AIRFLOW_PREK_VERSION="0.2.16 "
1657+ ARG AIRFLOW_PREK_VERSION="0.2.17 "
16581658
16591659# UV_LINK_MODE=copy is needed since we are using cache mounted from the host
16601660ENV AIRFLOW_PIP_VERSION=${AIRFLOW_PIP_VERSION} \
Original file line number Diff line number Diff 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 ` | ` 25.3 ` | ` pip ` version used. |
446446| ` AIRFLOW_UV_VERSION ` | ` 0.9.10 ` | ` uv ` version used. |
447- | ` AIRFLOW_PREK_VERSION ` | ` 0.2.16 ` | ` prek ` version used. |
447+ | ` AIRFLOW_PREK_VERSION ` | ` 0.2.17 ` | ` 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
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies = [
5959 " jinja2>=3.1.5" ,
6060 " jsonschema>=4.19.1" ,
6161 " packaging>=25.0" ,
62- " prek>=0.2.16 " ,
62+ " prek>=0.2.17 " ,
6363 " psutil>=5.9.6" ,
6464 " pygithub>=2.1.1" ,
6565 " pytest-xdist>=3.3.1" ,
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ class VersionedFile(NamedTuple):
258258AIRFLOW_USE_UV = False
259259GITPYTHON_VERSION = "3.1.45"
260260RICH_VERSION = "14.2.0"
261- PREK_VERSION = "0.2.16 "
261+ PREK_VERSION = "0.2.17 "
262262HATCH_VERSION = "1.15.1"
263263PYYAML_VERSION = "6.0.3"
264264
You can’t perform that action at this time.
0 commit comments