From 2a231edbb28484841332ef40a781efabe56822b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 19:22:10 +0000 Subject: [PATCH 1/6] Update dependency pyright to v1.1.344 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index df5304a..c353baa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pre-commit==3.5.0 -pyright==1.1.338 +pyright==1.1.344 pytest==7.4.3 pyyaml==6.0.1 ruff==0.1.6 From fafd556225d05b87baa147568b1861ebcca2b106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 13:18:55 +0000 Subject: [PATCH 2/6] Update dependency pytest to v7.4.4 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c353baa..db33cbf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pre-commit==3.5.0 -pyright==1.1.344 -pytest==7.4.3 +pyright==1.1.338 +pytest==7.4.4 pyyaml==6.0.1 ruff==0.1.6 From 3f1e7944f1bde7e0241040985d554e64e8232bc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:25:54 +0000 Subject: [PATCH 3/6] Update dependency ruff to v0.1.14 --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7493e15..0e61d54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # renovate: datasource=pypi depName=ruff - rev: v0.1.6 + rev: v0.1.14 hooks: - id: ruff args: diff --git a/requirements-dev.txt b/requirements-dev.txt index db33cbf..cae22d4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pre-commit==3.5.0 pyright==1.1.338 -pytest==7.4.4 +pytest==7.4.3 pyyaml==6.0.1 -ruff==0.1.6 +ruff==0.1.14 From 5cf535976f7d6df09e5fb3db3f31a8f10259b3b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 01:30:01 +0000 Subject: [PATCH 4/6] Update earthly/actions-setup action to v1.0.9 --- .github/workflows/lint.yml | 2 +- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4d4c5a1..468dea1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: earthly/actions-setup@v1.0.8 + - uses: earthly/actions-setup@v1.0.9 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e61d54..7493e15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # renovate: datasource=pypi depName=ruff - rev: v0.1.14 + rev: v0.1.6 hooks: - id: ruff args: diff --git a/requirements-dev.txt b/requirements-dev.txt index cae22d4..df5304a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ pre-commit==3.5.0 pyright==1.1.338 pytest==7.4.3 pyyaml==6.0.1 -ruff==0.1.14 +ruff==0.1.6 From 9f13a8cb8b655deb0065b77e5fa40421e88ab0d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:50:39 +0000 Subject: [PATCH 5/6] Update pre-commit/action action to v3.0.1 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 468dea1..8052787 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: earthly/actions-setup@v1.0.9 + - uses: earthly/actions-setup@v1.0.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly @@ -34,4 +34,4 @@ jobs: env: EARTHLY_CI: true run: earthly +lint - - uses: "pre-commit/action@v3.0.0" + - uses: "pre-commit/action@v3.0.1" From d6ff3d866accac449bcf203f4b4c7ea022426c0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:11:38 +0000 Subject: [PATCH 6/6] Update dependency pre-commit to v3.8.0 --- .github/workflows/lint.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8052787..4d4c5a1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,4 +34,4 @@ jobs: env: EARTHLY_CI: true run: earthly +lint - - uses: "pre-commit/action@v3.0.1" + - uses: "pre-commit/action@v3.0.0" diff --git a/requirements-dev.txt b/requirements-dev.txt index df5304a..d84cfb7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pre-commit==3.5.0 +pre-commit==3.8.0 pyright==1.1.338 pytest==7.4.3 pyyaml==6.0.1