Skip to content

chore: combined dependency update #3700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
fa5e4c8
chore(deps): bump amannn/action-semantic-pull-request
dependabot[bot] Jan 16, 2024
99842fc
chore(deps): bump supercharge/redis-github-action from 1.6.0 to 1.8.0
dependabot[bot] Jan 16, 2024
82e6fc2
chore(deps): bump actions/setup-python from 4 to 5
dependabot[bot] Jan 16, 2024
7ae6770
chore(deps): bump actions/labeler from 4.3.0 to 5.0.0
dependabot[bot] Jan 16, 2024
5125b68
build(deps): (deps-dev): bump sphinx-click from 4.4.0 to 5.1.0
dependabot[bot] Jan 17, 2024
c15176c
build(deps): (deps): bump pyjwt from 2.4.0 to 2.8.0
dependabot[bot] Jan 17, 2024
417af67
build(deps): (deps): bump importlib-resources from 5.12.0 to 6.1.1
dependabot[bot] Jan 17, 2024
8bf3ddf
build(deps): (deps): bump flask from 2.3.3 to 3.0.1
dependabot[bot] Jan 19, 2024
bfd995a
chore(deps): bump SwissDataScienceCenter/renku-actions
dependabot[bot] Jan 22, 2024
554ef64
Merge remote-tracking branch 'origin/dependabot/pip/develop/flask-3.0…
RenkuBot Feb 5, 2024
130b0a3
Merge remote-tracking branch 'origin/dependabot/github_actions/develo…
RenkuBot Feb 5, 2024
aee2535
Merge remote-tracking branch 'origin/dependabot/github_actions/develo…
RenkuBot Feb 5, 2024
7cffef9
Merge remote-tracking branch 'origin/dependabot/github_actions/develo…
RenkuBot Feb 5, 2024
faa4e8e
Merge remote-tracking branch 'origin/dependabot/github_actions/develo…
RenkuBot Feb 5, 2024
a769676
Merge remote-tracking branch 'origin/dependabot/pip/develop/importlib…
RenkuBot Feb 5, 2024
c6130bb
Merge remote-tracking branch 'origin/dependabot/pip/develop/pyjwt-2.8…
RenkuBot Feb 5, 2024
1af1e58
Merge remote-tracking branch 'origin/dependabot/pip/develop/sphinx-cl…
RenkuBot Feb 5, 2024
ac9319a
update lock file
RenkuBot Feb 5, 2024
5dcd46c
Merge branch 'develop' into combined-prs-branch
Panaetius Feb 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
persist: ${{ steps.deploy-comment.outputs.persist}}
steps:
- id: deploy-comment
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.7.0
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.9.1
with:
string: /deploy
pr_ref: ${{ github.event.number }}
Expand All @@ -44,7 +44,7 @@ jobs:
name: renku-ci-rp-${{ github.event.number }}
steps:
- name: deploy-pr
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.7.0
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.9.1
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
if: ${{ github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true' }}
needs: [check-deploy, deploy-pr]
steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.7.0
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.9.1
with:
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
renku-release: renku-ci-rp-${{ github.event.number }}
Expand All @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.7.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.9.1
env:
HELM_RELEASE_REGEX: "^renku-ci-rp-${{ github.event.number }}$"
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config merge.ours.driver true
git merge --no-edit "origin/${{ inputs.target_branch }}"
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.3.0
- uses: actions/labeler@v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: 'refs/tags/v${{ github.event.inputs.version }}'
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.2.0
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
run: pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.8.0
- name: Test with pytest (serial)
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
run: pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto
- name: Start Redis
uses: supercharge/redis-github-action@1.6.0
uses: supercharge/redis-github-action@1.8.0
- name: Test with pytest (serial)
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down Expand Up @@ -588,13 +588,13 @@ jobs:
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
echo "[email protected]" >> $GITHUB_ENV
- name: Build and push images
uses: SwissDataScienceCenter/renku-actions/[email protected].0
uses: SwissDataScienceCenter/renku-actions/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
- name: Update component version
uses: SwissDataScienceCenter/renku-actions/[email protected].0
uses: SwissDataScienceCenter/renku-actions/[email protected].1
env:
COMPONENT_NAME: renku-core
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
Expand Down
Loading