Skip to content

Commit

Permalink
chore(deps): update dependency rq to v1.16.2 (#229)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 98133a1 commit a6e9950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6e9950

Please sign in to comment.