Skip to content

Commit

Permalink
chore(deps): bump rq from 1.16.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [rq](https://github.com/rq/rq) from 1.16.2 to 2.0.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2024
1 parent 5e6428c commit 723d762
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ python = "^3.10"
django = ">=5"
croniter = ">=2.0"
click = "^8.1"
rq = "^1.16"
rq = ">=1.16,<3.0"
pyyaml = { version = "^6.0", optional = true }
valkey = { version = "^6.0.2", optional = true}

Expand Down

0 comments on commit 723d762

Please sign in to comment.