Skip to content

Commit

Permalink
Downpin rq because django-rq needs rq<=2.0, which has breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejalim committed Nov 6, 2024
1 parent eb57382 commit d9544b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2055,9 +2055,9 @@ rpds-py==0.20.1 \
# -r requirements/prod.txt
# jsonschema
# referencing
rq==2.0.0 \
--hash=sha256:76d2a4a27f8fd5c4cfa200cd442efe3c1fd73525c676af06f07fcc0b81bdb70d \
--hash=sha256:a3a767876675dcc42683bac1869494c5020ba7fcf5c026d1f6d36a8ab98573a6
rq==1.16.2 \
--hash=sha256:52e619f6cb469b00e04da74305045d244b75fecb2ecaa4f26422add57d3c5f09 \
--hash=sha256:5c5b9ad5fbaf792b8fada25cc7627f4d206a9a4455aced371d4f501cc3f13b34
# via
# -r requirements/prod.txt
# django-rq
Expand Down
1 change: 1 addition & 0 deletions requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ qrcode==8.0
querystringsafe-base64==1.1.1 # Pinned to maintain stub attribution signatures https://github.com/mozilla/bedrock/issues/11156
requests>=2.32.3 # min secure version
rich-text-renderer==0.2.8
rq==1.16.2 # downpinned until django-rq has support for rq>=2.0.0
sentry-processor==0.0.1
sentry-sdk==2.17.0
supervisor==4.2.5
Expand Down
7 changes: 4 additions & 3 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1493,10 +1493,11 @@ rpds-py==0.20.1 \
# via
# jsonschema
# referencing
rq==2.0.0 \
--hash=sha256:76d2a4a27f8fd5c4cfa200cd442efe3c1fd73525c676af06f07fcc0b81bdb70d \
--hash=sha256:a3a767876675dcc42683bac1869494c5020ba7fcf5c026d1f6d36a8ab98573a6
rq==1.16.2 \
--hash=sha256:52e619f6cb469b00e04da74305045d244b75fecb2ecaa4f26422add57d3c5f09 \
--hash=sha256:5c5b9ad5fbaf792b8fada25cc7627f4d206a9a4455aced371d4f501cc3f13b34
# via
# -r requirements/prod.in
# django-rq
# django-rq-email-backend
rsa==4.9 \
Expand Down

0 comments on commit d9544b7

Please sign in to comment.