From 504329c21539e119ee3c3670002a9d0df82747cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:53:38 +0000 Subject: [PATCH 1/3] feat(Dependencies): Update peter-evans/create-pull-request action to v6.0.3 | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | peter-evans/create-pull-request | v6.0.2 | v6.0.3 | --- .github/workflows/blacked.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blacked.yml b/.github/workflows/blacked.yml index c1207b8b..4edb2674 100644 --- a/.github/workflows/blacked.yml +++ b/.github/workflows/blacked.yml @@ -27,7 +27,7 @@ jobs: - name: Create Pull Request if: steps.git-check.outputs.modified == 'true' id: cpr - uses: peter-evans/create-pull-request@v6.0.2 + uses: peter-evans/create-pull-request@v6.0.3 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: fix(Linting):blacked code From baa0f59987bdd0656de885ca5a12a00b77f17dd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:36:53 +0000 Subject: [PATCH 2/3] feat(Dependencies): Update peter-evans/create-pull-request action to v6.0.4 | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | peter-evans/create-pull-request | v6.0.3 | v6.0.4 | --- .github/workflows/blacked.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blacked.yml b/.github/workflows/blacked.yml index 4edb2674..a642f807 100644 --- a/.github/workflows/blacked.yml +++ b/.github/workflows/blacked.yml @@ -27,7 +27,7 @@ jobs: - name: Create Pull Request if: steps.git-check.outputs.modified == 'true' id: cpr - uses: peter-evans/create-pull-request@v6.0.3 + uses: peter-evans/create-pull-request@v6.0.4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: fix(Linting):blacked code From 0f5336ace0192d4db8240fadbefbb1dc0209ab20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:09:17 +0000 Subject: [PATCH 3/3] feat(Dependencies): Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | pre-commit/pre-commit-hooks | v4.5.0 | v4.6.0 | | github-tags | psf/black | 24.3.0 | 24.4.0 | | pypi | setuptools | 69.2.0 | 69.5.1 | --- .pre-commit-config.yaml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 632f7296..4bc414f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,14 +2,14 @@ default_stages: [ commit ] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black - repo: https://github.com/sondrelg/pep585-upgrade diff --git a/requirements.txt b/requirements.txt index 1ab68df0..492f4b05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -setuptools==69.2.0 +setuptools==69.5.1 thrift==0.20.0 python-keystoneclient==5.4.0 openstacksdk ==2.1.0