diff --git a/_meta/pyproject.toml b/_meta/pyproject.toml index 787687d1..2bc2d61c 100644 --- a/_meta/pyproject.toml +++ b/_meta/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ GitHub = 'https://github.com/indico/indico-plugins' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build.targets.wheel] diff --git a/citadel/pyproject.toml b/citadel/pyproject.toml index 3f2ec5d7..ed9652a2 100644 --- a/citadel/pyproject.toml +++ b/citadel/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' citadel = 'indico_citadel.plugin:CitadelPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/cloud_captchas/pyproject.toml b/cloud_captchas/pyproject.toml index 24c0a51c..883ac403 100644 --- a/cloud_captchas/pyproject.toml +++ b/cloud_captchas/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' cloud_captchas = 'indico_cloud_captchas.plugin:CloudCaptchasPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/livesync/pyproject.toml b/livesync/pyproject.toml index c28f5f30..c935b954 100644 --- a/livesync/pyproject.toml +++ b/livesync/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' livesync = 'indico_livesync.plugin:LiveSyncPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/livesync_debug/pyproject.toml b/livesync_debug/pyproject.toml index cd77dc2a..be97d5d2 100644 --- a/livesync_debug/pyproject.toml +++ b/livesync_debug/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' livesync_debug = 'indico_livesync_debug.plugin:LiveSyncDebugPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/owncloud/pyproject.toml b/owncloud/pyproject.toml index 76d2a2a9..42b68c1c 100644 --- a/owncloud/pyproject.toml +++ b/owncloud/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' owncloud = 'indico_owncloud.plugin:OwncloudPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/payment_manual/pyproject.toml b/payment_manual/pyproject.toml index 05b7659f..9db12602 100644 --- a/payment_manual/pyproject.toml +++ b/payment_manual/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' payment_manual = 'indico_payment_manual.plugin:ManualPaymentPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/payment_paypal/pyproject.toml b/payment_paypal/pyproject.toml index db22722c..45caf18d 100644 --- a/payment_paypal/pyproject.toml +++ b/payment_paypal/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' payment_paypal = 'indico_payment_paypal.plugin:PaypalPaymentPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/payment_sixpay/pyproject.toml b/payment_sixpay/pyproject.toml index b1dd3846..946ca00e 100644 --- a/payment_sixpay/pyproject.toml +++ b/payment_sixpay/pyproject.toml @@ -25,7 +25,7 @@ GitHub = 'https://github.com/indico/indico-plugins' payment_sixpay = 'indico_payment_sixpay.plugin:SixpayPaymentPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/piwik/pyproject.toml b/piwik/pyproject.toml index 951e181b..36e1a201 100644 --- a/piwik/pyproject.toml +++ b/piwik/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' piwik = 'indico_piwik.plugin:PiwikPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/previewer_code/pyproject.toml b/previewer_code/pyproject.toml index 15383d72..f120a6a2 100644 --- a/previewer_code/pyproject.toml +++ b/previewer_code/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' previewer_code = 'indico_previewer_code:CodePreviewerPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/previewer_jupyter/pyproject.toml b/previewer_jupyter/pyproject.toml index d430070a..90313a1f 100644 --- a/previewer_jupyter/pyproject.toml +++ b/previewer_jupyter/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' previewer_jupyter = 'indico_previewer_jupyter:JupyterPreviewerPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/prometheus/pyproject.toml b/prometheus/pyproject.toml index 68465b1a..4ff5158b 100644 --- a/prometheus/pyproject.toml +++ b/prometheus/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' prometheus = 'indico_prometheus.plugin:PrometheusPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/storage_s3/pyproject.toml b/storage_s3/pyproject.toml index b5e68ac5..83064c42 100644 --- a/storage_s3/pyproject.toml +++ b/storage_s3/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' storage_s3 = 'indico_storage_s3.plugin:S3StoragePlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/themes_legacy/pyproject.toml b/themes_legacy/pyproject.toml index fd721eab..4e4b08f8 100644 --- a/themes_legacy/pyproject.toml +++ b/themes_legacy/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' themes_legacy = 'indico_themes_legacy.plugin:LegacyThemesPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/ursh/pyproject.toml b/ursh/pyproject.toml index 04011260..15ad4d18 100644 --- a/ursh/pyproject.toml +++ b/ursh/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' ursh = 'indico_ursh.plugin:UrshPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/vc_dummy/pyproject.toml b/vc_dummy/pyproject.toml index a28ed1a9..00521c5c 100644 --- a/vc_dummy/pyproject.toml +++ b/vc_dummy/pyproject.toml @@ -21,7 +21,7 @@ GitHub = 'https://github.com/indico/indico-plugins' vc_dummy = 'indico_vc_dummy.plugin:DummyPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build] diff --git a/vc_zoom/pyproject.toml b/vc_zoom/pyproject.toml index 3405f081..426ce543 100644 --- a/vc_zoom/pyproject.toml +++ b/vc_zoom/pyproject.toml @@ -24,7 +24,7 @@ GitHub = 'https://github.com/indico/indico-plugins' vc_zoom = 'indico_vc_zoom.plugin:ZoomPlugin' [build-system] -requires = ['hatchling==1.26.3'] +requires = ['hatchling==1.27.0'] build-backend = 'hatchling.build' [tool.hatch.build]