Skip to content

build(deps): Update rq requirement from >=2.7.0 to >=2.8.0#1625

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/rq-gte-2.8.0
Open

build(deps): Update rq requirement from >=2.7.0 to >=2.8.0#1625
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/rq-gte-2.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Updates the requirements on rq to permit the latest version.

Changelog

Sourced from rq's changelog.

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!
  • Worker can now import Job and Queue classes from string. Thanks @​selwin!
  • Fixed a bug in Group.cleanup(). Thanks @​dixoncrews-gdl!
  • Logging improvements and code cleanups. Thanks @​selwin, @​SpecLad!

RQ 2.4.0 (2025-06-14)

  • Added rq cron CLI command. Thanks @​selwin!
  • Various tests, typing improvements and cleanups. Thanks @​SpecLad!
  • When a job is canceled, you can now optionally clean it from dependencies using job.cancel(remove_from_dependencies=True). Thanks @​Marishka17!
  • RQ now requires Python >= 3.9. Thanks @​Jankovn and @​selwin!

RQ 2.3.3 (2025-05-10)

RQ 2.3.2 (2025-04-13)

  • Don't log job description when log_job_description is set to False. Thanks @​danilopeixoto!

... (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/v2.8/CHANGES.md)
- [Commits](rq/rq@v2.7...v2.8)

---
updated-dependencies:
- dependency-name: rq
  dependency-version: 2.8.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 Apr 17, 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