From 541f7018492b6a3b16558f9ea2a763b02a007a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:47:18 +0200 Subject: [PATCH] build(deps): bump Lightning-AI/utilities from 0.9.0 to 0.11.0 (#1090) * build(deps): bump Lightning-AI/utilities from 0.9.0 to 0.11.0 Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.9.0 to 0.11.0. - [Release notes](https://github.com/lightning-ai/utilities/releases) - [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md) - [Commits](https://github.com/lightning-ai/utilities/compare/v0.9.0...v0.11.0) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- .github/workflows/ci-checks.yml | 10 +++++----- tests/README.md | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index e5763fce3b..374b80ccbe 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -8,20 +8,20 @@ on: jobs: check-schema: - uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.9.0 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.0 with: azure-dir: ".azure" check-code: - uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.9.0 + uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.11.0 with: - actions-ref: v0.8.0 + actions-ref: v0.11.0 extra-typing: typing check-package: - uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.9.0 + uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.0 with: - actions-ref: v0.8.0 + actions-ref: v0.11.0 artifact-name: dist-packages-${{ github.sha }} import-name: "pl_bolts" testing-matrix: | diff --git a/tests/README.md b/tests/README.md index 7b65cb285f..258fb68cce 100644 --- a/tests/README.md +++ b/tests/README.md @@ -13,6 +13,5 @@ Following PR [#844](https://github.com/Lightning-AI/lightning-bolts/pull/844), a ### Example ```python -def test_this_thing(catch_warnings): - ... +def test_this_thing(catch_warnings): ... ```