From e7da5f0c5109a67621ff6674fb9385cb83ebccc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:55:42 +0000 Subject: [PATCH] Bump lizard from 1.22.2 to 1.23.0 in the tooling group Bumps the tooling group with 1 update: [lizard](https://github.com/terryyin/lizard). Updates `lizard` from 1.22.2 to 1.23.0 - [Release notes](https://github.com/terryyin/lizard/releases) - [Changelog](https://github.com/terryyin/lizard/blob/master/CHANGELOG.md) - [Commits](https://github.com/terryyin/lizard/compare/1.22.2...1.23.0) Bump actions/upload-artifact from 4 to 7 in the tooling group Bumps the tooling group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: lizard dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tooling - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: tooling ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-plan.yml | 2 +- pyproject.toml | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 83312613..42038e26 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -203,7 +203,7 @@ jobs: - name: Upload reviewed plan artifact if: steps.plan.outputs.changes == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ steps.artifact.outputs.name }} path: | diff --git a/pyproject.toml b/pyproject.toml index d492628b..f3f99380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ name = "meeting-notes-dev-tools" version = "0.0.0" description = "Dev tooling dependencies for local scripts" requires-python = ">=3.10" -dependencies = ["lizard>=1.22.2"] +dependencies = ["lizard>=1.23.0"] diff --git a/uv.lock b/uv.lock index 6401696b..55a7604e 100644 --- a/uv.lock +++ b/uv.lock @@ -4,15 +4,15 @@ requires-python = ">=3.10" [[package]] name = "lizard" -version = "1.22.2" +version = "1.23.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pathspec" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/03/6f/11abc1b580312fd50e0f592659ceeec8911e59a5d4fc127d2509979daf51/lizard-1.22.2.tar.gz", hash = "sha256:39f6a44fb04b8d5edb9c4b95194fd3f8a7d29b2ec4ef30c6774a68f3561bd362", size = 90912, upload-time = "2026-05-25T04:01:57.107Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5b/94/4967d0868e7db39a72fa2dbef9a798c4d661178f3836bfec58091606f0f3/lizard-1.23.0.tar.gz", hash = "sha256:ed75cd45f086a2f51d6be64b0149b71bda820f92f95e30898254528bb949f795", size = 92659, upload-time = "2026-06-02T06:17:27.383Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ab/89/3cc0dbdfadfc5baa50d1b24a7dfc69b3f59e572653ab9de9312cd731b5e9/lizard-1.22.2-py2.py3-none-any.whl", hash = "sha256:9a640e35103fbad7aeb6bb7ba5a58419054c2f4d347453a93728ccc3ac14bde1", size = 98979, upload-time = "2026-05-25T04:01:55.249Z" }, + { url = "https://files.pythonhosted.org/packages/3b/d9/25e62cbb9c4077a2dabc73e5f34dc947887f4fe1526f53d2c0489abfc186/lizard-1.23.0-py2.py3-none-any.whl", hash = "sha256:e9111e35c8a5f2e00d55cab318fca3504622991417411ea16cf46874fb752f42", size = 100830, upload-time = "2026-06-02T06:17:26.076Z" }, ] [[package]] @@ -24,7 +24,7 @@ dependencies = [ ] [package.metadata] -requires-dist = [{ name = "lizard", specifier = ">=1.22.2" }] +requires-dist = [{ name = "lizard", specifier = ">=1.23.0" }] [[package]] name = "pathspec"