From a6e9950c94b2b0bd4b051d9f574b29124d69dd5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:08:44 +0000 Subject: [PATCH] chore(deps): update dependency rq to v1.16.2 (#229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rq](https://redirect.github.com/rq/rq) ([changelog](https://redirect.github.com/rq/rq/blob/master/CHANGES.md)) | `==1.15.1` -> `==1.16.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/rq/1.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/rq/1.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/rq/1.15.1/1.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/rq/1.15.1/1.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
rq/rq (rq) ### [`v1.16.2`](https://redirect.github.com/rq/rq/blob/HEAD/CHANGES.md#RQ-1162-2024-05-01) [Compare Source](https://redirect.github.com/rq/rq/compare/v1.16.1...v1.16.2) - Fixed a bug that may cause jobs from intermediate queue to be moved to FailedJobRegistry. Thanks [@​selwin](https://redirect.github.com/selwin)! ### [`v1.16.1`](https://redirect.github.com/rq/rq/blob/HEAD/CHANGES.md#RQ-1161-2024-03-09) [Compare Source](https://redirect.github.com/rq/rq/compare/v1.16...v1.16.1) - Added `worker_pool.get_worker_process()` to make `WorkerPool` easier to extend. Thanks [@​selwin](https://redirect.github.com/selwin)! ### [`v1.16.0`](https://redirect.github.com/rq/rq/compare/v1.15.1...v1.16) [Compare Source](https://redirect.github.com/rq/rq/compare/v1.15.1...v1.16)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/schibsted/WAAS). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b26677..4a470c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==3.0.0 openai-whisper==20231117 pytest==7.4.4 redis==5.0.1 -rq==1.15.1 +rq==1.16.2 python-dotenv==1.0.0 gunicorn==21.2.0 sentry-sdk==1.39.1