Skip to content

Commit a6e9950

Browse files
chore(deps): update dependency rq to v1.16.2 (#229)
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 <details> <summary>rq/rq (rq)</summary> ### [`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 [@&#8203;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 [@&#8203;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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM4Ljk3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 98133a1 commit a6e9950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask==3.0.0
22
openai-whisper==20231117
33
pytest==7.4.4
44
redis==5.0.1
5-
rq==1.15.1
5+
rq==1.16.2
66
python-dotenv==1.0.0
77
gunicorn==21.2.0
88
sentry-sdk==1.39.1

0 commit comments

Comments
 (0)