Skip to content

Commit 9edc378

Browse files
chore(deps): bump rq from 1.16.2 to 2.1.0
Bumps [rq](https://github.com/rq/rq) from 1.16.2 to 2.1.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.1) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d85030 commit 9edc378

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ python = "^3.10"
4545
django = ">=5"
4646
croniter = ">=2.0"
4747
click = "^8.1"
48-
rq = "^1.16"
48+
rq = ">=1.16,<3.0"
4949
pyyaml = { version = "^6.0", optional = true }
5050
valkey = { version = "^6.0.2", optional = true}
5151

0 commit comments

Comments
 (0)