Dependency Dashboard
- Dominant language
- Python
- Stars
- 5
- Forks
- 4
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 9
Description
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bcgov/gwa-api).
## Config Migration Needed
See Config Migration PR: #215.
## Pending Status Checks
The following updates await pending status checks. To force their creation now, click on a checkbox below.
- [ ] fix(deps): update dependency flask-swagger-ui to v5.32.15
## Open
The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.
- [ ] [chore(deps): update github actions](../pull/233) (`Mattraks/delete-workflow-runs`, `actions/checkout`, `peaceiris/actions-gh-pages`)
- [ ] [chore(deps): update dependency python to 3.14](../pull/294)
- [ ] [chore(deps): update docker/build-push-action action to v7](../pull/232)
- [ ] [chore(deps): lock file maintenance](../pull/288)
- [ ] **Click on this checkbox to rebase all open PRs at once**
## Detected Dependencies
dockerfile (1)
microservices/gatewayApi/Dockerfile (1)
- `python 3.13-alpine3.20@sha256:40a4559d3d6b2117b1fbe426f17d55b9100fa40609733a1d0c3f39e2151d4b33`
github-actions (6)
.github/workflows/dev.yml (10)
- `actions/checkout v7@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7`]
- `actions/setup-python v7@5fda3b95a4ea91299a34e894583c3862153e4b97`
- `sonarsource/sonarcloud-github-action master`
- `actions/checkout v7@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7`]
- `docker/build-push-action v1@3e7a4f6646880c6f63758d73ac32392d323eaf8f` → [Updates: `v7`]
- `actions/checkout v7@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7`]
- `docker/build-push-action v1@3e7a4f6646880c6f63758d73ac32392d323eaf8f` → [Updates: `v7`]
- `actions/checkout v7@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7`]
- `docker/build-push-action v1@3e7a4f6646880c6f63758d73ac32392d323eaf8f` → [Updates: `v7`]
- `python 3.11` → [Updates: `3.14`].github/workflows/gh-pages.yml (2)
- `actions/checkout v7.0.0@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7.0.1`]
- `peaceiris/actions-gh-pages v4@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e` → [Updates: `v4`].github/workflows/jira.yaml (3)
- `ikethecoder/sync-issues-github-jira dev`
- `Mattraks/delete-workflow-runs v2@feeb82053ea847a97fe4ee2aa314c94eac0eff04` → [Updates: `v2`]
- `ubuntu 24.04`.github/workflows/master.yml (8)
- `actions/checkout v7@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7`]
- `actions/setup-python v7@5fda3b95a4ea91299a34e894583c3862153e4b97`
- `sonarsource/sonarcloud-github-action master`
- `rymndhng/release-on-push-action v0.28.0@aebba2bbce07a9474bf95e8710e5ee8a9e922fe2`
- `docker/build-push-action v1@3e7a4f6646880c6f63758d73ac32392d323eaf8f` → [Updates: `v7`]
- `docker/build-push-action v1@3e7a4f6646880c6f63758d73ac32392d323eaf8f` → [Updates: `v7`]
- `docker/build-push-action v1@3e7a4f6646880c6f63758d73ac32392d323eaf8f` → [Updates: `v7`]
- `python 3.11` → [Updates: `3.14`].github/workflows/pr-build.yml (2)
- `actions/checkout v7@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0` → [Updates: `v7`]
- `sonarsource/sonarcloud-github-action master`.github/workflows/pr-reminder.yaml (1)
- `bcgov/aps-devops dev`
poetry (1)
microservices/gatewayApi/pyproject.toml (24)
- `poetry-core >=1.0.0`
- `python ^3.11`
- `werkzeug 3.1.8`
- `cryptography 50.0.1`
- `authlib 1.8.0`
- `flask-swagger-ui 5.32.14` → [Updates: `5.32.15`]
- `Jinja2 3.1.6`
- `PyYAML 6.0.3`
- `flask 3.1.3`
- `flask-compress 1.24`
- `flask-cors 6.0.5`
- `gevent 26.8.0`
- `gunicorn 26.2.0`
- `python-keycloak 7.1.1`
- `requests ^2.32`
- `autopep8 ^2.0.0`
- `pycodestyle 2.14.0`
- `pylint 4.0.8`
- `python-dotenv ^1.0.0`
- `pytest ^9.0.0`
- `pytest-cov ^7.0.0`
- `pytest-mock ^3.14.0`
- `deptry ^0.25.0`
- `pipdeptree ^4.0.0`
---
- [ ] Check this box to trigger a request for Renovate to run again on this repository
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the pending and open updates in this dashboard, then inspect the referenced files: .github/workflows/dev.yml, gh-pages.yml, jira.yaml, master.yml, pr-build.yml, pr-reminder.yaml, microservices/gatewayApi/Dockerfile, and pyproject.toml. The linked pull requests and Config Migration PR #215 show that much of this work is already underway; done means resolving the remaining dependency updates and confirming the relevant checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions, python
- Domain
- ci-cd, devops
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100