Skip to content

Bump rq from 2.2.0 to 2.3.3 #1028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps rq from 2.2.0 to 2.3.3.

Release notes

Sourced from rq's releases.

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

Sourced from rq's changelog.

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!
Commits
  • d5f6f57 Bump version to 2.3.3
  • 0da94ad Using a queue class from a classvar Worker in WorkerPool (#2232)
  • e2b8b35 Queue.prepare_data: use a more specific type for depends_on (#2242)
  • 47a7276 Update dependencies to explicitly disallow redis-py 6.0.0 (#2244)
  • e4cefa5 Move worker and worker_pool CLI commands to a separate file (#2240)
  • a7f0e45 Bump actions/setup-python from 5.5.0 to 5.6.0 (#2239)
  • 3384953 Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#2233)
  • 71bc13e Bump version to 2.3.2
  • 73c1f80 fix: set a sleep timeout instead of indefintely blocking (#2228)
  • 3a7fde4 Hide job description on success (#2192)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 2.2.0 to 2.3.3.
- [Release notes](https://github.com/rq/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](rq/rq@v2.2...v2.3.3)

---
updated-dependencies:
- dependency-name: rq
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 12, 2025
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