Skip to content

build(deps): Update rq requirement from >=2.8.0 to >=2.10.0#1656

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/rq-gte-2.10.0
Open

build(deps): Update rq requirement from >=2.8.0 to >=2.10.0#1656
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/rq-gte-2.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rq to permit the latest version.

Changelog

Sourced from rq's changelog.

RQ 2.10.0 (2026-06-20)

RQ 2.9.1 (2026-06-06)

RQ 2.9.0 (2026-05-19)

  • Added json and pickle shorthand aliases for serializers. These can now be used when creating queues/workers and with the --serializer CLI option. Thanks @​selwin!
  • Fixed a bug where SpawnWorker does not use user supplied serializer. Thanks @​selwin!
  • Queue.parse_args() now returns a EnqueueArgs named tuple. Thanks @​libmilos-so!
  • Fixed a race condition that could cause worker keys in Redis to get out of sync when Redis is under load. Thanks @​terencehonles!
  • Enqueueing deferred jobs now removes them from DeferredJobRegistry. Thanks @​selwin!
  • SpawnWorker now uses repr() when reconstructing worker, job and queue identifiers in child processes. Thanks @​selwin!
  • Minor typing and cleanup improvements. Thanks @​selwin and @​rextea!

RQ 2.8.0 (2026-04-16)

  • Added support for unique jobs. Passing unique=True with job_id prevents duplicate jobs from being enqueued or scheduled. Thanks @​selwin!
  • Result now stores execution metadata (execution_id, execution_started_at and execution_ended_at). Thanks @​selwin!
  • Retry now supports enqueue_at_front=True, allowing retried jobs to be requeued at the front of the queue. Thanks @​crazillagodzilla!
  • Custom job_id values may only contain letters, numbers, underscores and dashes. Thanks @​selwin!
  • When a job is stopped, its dependencies are no longer enqueued. Thanks @​selwin!
  • DeferredJobRegistry is now scored by job creation time. Thanks @​selwin!
  • Workers now print a warning instead of raising an exception when CLIENT LIST is not supported. Thanks @​selwin and @​djmaze!

RQ 2.7.0 (2026-02-22)

RQ 2.6.1 (2025-11-22)

RQ 2.6 (2025-09-06)

  • Added CronScheduler.all() that returns a list of active schedulers. Thanks @​selwin!
  • Various internal cleanups and refactoring. Thanks @​selwin!

RQ 2.5 (2025-08-15)

  • CronScheduler now supports running periodic jobs based on cron string. Thanks @​selwin!
  • Fixed an issue where SpawnWorker does not properly register successful job executions. Thanks @​selwin!
  • Fixed an issue where Worker may fail to register custom job and queue classes. Thanks @​armicron!
  • Added result.worker_name to easily trace which Worker generated the result. Thanks @​selwin!

RQ 2.4.1 (2025-07-20)

  • Worker will now automatically choose TimerDeathPenalty if UnixSignalDeathPenalty is not available. Thanks @​selwin!
  • Introduced CREATED Job status for jobs that are not enqueued not deferred. Thanks @​selwin!

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rq](https://github.com/rq/rq) to permit the latest version.
- [Release notes](https://github.com/rq/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](rq/rq@v2.8...v2.10)

---
updated-dependencies:
- dependency-name: rq
  dependency-version: 2.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants