Skip to content

chore(deps): Bump rq from 1.16.2 to 2.6.1#231

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/rq-2.6.1
Closed

chore(deps): Bump rq from 1.16.2 to 2.6.1#231
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/rq-2.6.1

Conversation

@dependabot
Copy link

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

Bumps rq from 1.16.2 to 2.6.1.

Release notes

Sourced from rq's releases.

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!
  • Fixes an issue that prevents jobs from being enqueued across multiple with using Redis pipeline. Thanks @​Nativu5!

v2.2

  • Added SpawnWorker that uses multiprocessing.spawn to spawn worker processes. This makes RQ usable in operating systems without os.fork() like Windows. Thanks @​selwin!
  • RQ now always use timezone aware timestamps. Thanks @​deathtracktor!
  • StartedJobRegistry.cleanup() now properly creates job results. Thanks @​OlegZv!

... (truncated)

Changelog

Sourced from rq's changelog.

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!

RQ 2.2.0 (2025-03-22)

  • Added SpawnWorker that uses multiprocessing.spawn to spawn worker processes. This makes RQ usable in operating systems without os.fork() like Windows. Thanks @​selwin!
  • RQ now always use timezone aware timestamps. Thanks @​deathtracktor!
  • StartedJobRegistry.cleanup() now properly creates job results. Thanks @​OlegZv!

... (truncated)

Commits
  • ad116fa Remove Python 3.14 from test matrix
  • fa87787 Bump version to 2.6.1
  • 3499a92 Change log level from debug to info for lock acquisition (#2333)
  • eabcffb Move methods from Worker to BaseWorker class (#2335)
  • 31a5be6 Bump actions/checkout from 5 to 6 (#2334)
  • a5abc9b Changed timeout argument to job_timeout when scheduling cron jobs (#2330)
  • 213db17 Bump supercharge/redis-github-action from 1.8.0 to 1.8.1 (#2329)
  • dc79d62 Bump actions/download-artifact from 5 to 6 (#2324)
  • cfe826d Bump actions/upload-artifact from 4 to 5 (#2323)
  • fb97f6c CronScheduler.heartbeat() should extend hash key's TTL (#2328)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 16, 2026
Bumps [rq](https://github.com/rq/rq) from 1.16.2 to 2.6.1.
- [Release notes](https://github.com/rq/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](rq/rq@v1.16.2...v2.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/rq-2.6.1 branch from 6d61a0b to be5e991 Compare February 17, 2026 23:30
@Hackshaven Hackshaven closed this Feb 18, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 18, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/rq-2.6.1 branch February 18, 2026 20:36
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.

1 participant