Skip to content
/ Ignite Public template

Bump rq from 1.11.1 to 2.7.0#520

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/rq-2.7.0
Open

Bump rq from 1.11.1 to 2.7.0#520
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/rq-2.7.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps rq from 1.11.1 to 2.7.0.

Release notes

Sourced from rq's releases.

v2.7

v2.6.1

v2.6

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

v2.5

  • 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!
  • Dropped support for Redis server < 5. Thanks @​selwin!

v2.4.1

  • 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!

v2.4

  • 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!

v2.3.3

v2.3.2

  • Don't log job description when log_job_description is set to False. Thanks @​danilopeixoto!
  • Fixes an issue where pubsub_thread may die in the background. Thanks @​ankush!

v2.3.1

  • Fixes an issue running RQ on Windows. Thanks @​selwin!

v2.3

  • Added the feature to repeat jobs. Thanks @​selwin!
  • Officially support Valkey. Thanks @​selwin!

... (truncated)

Changelog

Sourced from rq's changelog.

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!
  • Fixes an issue where pubsub_thread may die in the background. Thanks @​ankush!

RQ 2.3.1 (2025-04-03)

  • Fixes an issue running RQ on Windows. Thanks @​selwin!

RQ 2.3.0 (2025-04-03)

  • Added the feature to repeat jobs. Thanks @​selwin!
  • Officially support Valkey. Thanks @​selwin!
  • Fixes an issue that prevents jobs from being enqueued across multiple with using Redis pipeline. Thanks @​Nativu5!

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [rq](https://github.com/rq/rq) from 1.11.1 to 2.7.0.
- [Release notes](https://github.com/rq/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](rq/rq@v1.11.1...v2.7)

---
updated-dependencies:
- dependency-name: rq
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Labels

dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants