From 9fe069deefc3a4acbb243373a6df6ee56331e196 Mon Sep 17 00:00:00 2001 From: Mikkel Pedersen Date: Tue, 10 Dec 2024 19:33:46 +0100 Subject: [PATCH] fix(deps): bump pollination-honeybee-energy from 0.7.3 to 0.7.12 --- .github/workflows/ci.yaml | 18 +++++++++--------- .github/workflows/tests.yaml | 2 +- dev-requirements.txt | 8 ++++---- requirements.txt | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 827de68..4f2c225 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,11 +14,11 @@ jobs: - name: set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: '3.10' - name: set up node # we need node for for semantic release - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v4 with: - node-version: 14.2.0 + node-version: 22.2.0 - name: install python dependencies run: | pip install -r dev-requirements.txt @@ -29,8 +29,8 @@ jobs: - name: run semantic release id: new_release run: | - nextRelease="`npx semantic-release@^17.0.0 --dryRun | grep -oP 'Published release \K.*? ' || true`" - npx semantic-release@^17.0.0 + nextRelease="`npx semantic-release@^23.1.1 --dryRun | grep -oP 'Published release \K.*? ' || true`" + npx semantic-release@^23.1.1 echo "::set-output name=tag::$nextRelease" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -50,13 +50,13 @@ jobs: - name: set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: '3.10' - name: install python dependencies run: pip install . - name: deploy to staging run: | queenbee - pollination dsl push pollination-appendix-g-performance --tag ${{needs.deploy.outputs.tag}} -e https://api.staging.pollination.cloud -src https://api.staging.pollination.cloud/registries --push-dependencies + pollination dsl push pollination-appendix-g-performance --tag ${{needs.deploy.outputs.tag}} -e https://api.staging.pollination.solutions -src https://api.staging.pollination.solutions/registries --push-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} QB_POLLINATION_TOKEN: ${{ secrets.POLLINATION_STAGING_LADYBUGBOT_TOKEN }} @@ -70,7 +70,7 @@ jobs: - name: set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: '3.10' - name: install python dependencies run: | pip install pollination-appendix-g-performance @@ -78,7 +78,7 @@ jobs: - name: deploy to production run: | queenbee - pollination dsl push pollination-appendix-g-performance -e https://api.pollination.cloud -src https://api.pollination.cloud/registries --push-dependencies + pollination dsl push pollination-appendix-g-performance -e https://api.pollination.solutions -src https://api.pollination.solutions/registries --push-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} QB_POLLINATION_TOKEN: ${{ secrets.POLLINATION_LADYBUGBOT_TOKEN }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 359b322..4701f04 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: - name: set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: '3.10' - name: install python dependencies run: | pip install -r dev-requirements.txt diff --git a/dev-requirements.txt b/dev-requirements.txt index 876dbb4..4302af3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -pytest==6.2.4 -twine==3.4.1 -wheel==0.38.1 -setuptools==65.5.1 +pytest==6.2.5 +twine==5.1.1 +wheel==0.44.0 +setuptools==75.1.0 diff --git a/requirements.txt b/requirements.txt index b5931ea..a060f10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pollination-honeybee-energy==0.7.3 +pollination-honeybee-energy==0.7.12 pollination-alias==0.11.8