Skip to content

Commit

Permalink
Downgrade celery to 5.2.2
Browse files Browse the repository at this point in the history
The latest versions pins setuptools which is a mess... it'll be fixed in
the next release but until that happens I'd rather stick with the
previous version even if that blocks redis 4 (which pretty much just
dropped Python 2 support anyway)
  • Loading branch information
ThiefMaster committed Jan 10, 2022
1 parent 5b57c34 commit 8ba58e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
11 changes: 1 addition & 10 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ colorama==0.4.4
# via sphinx-autobuild
coverage[toml]==6.2
# via pytest-cov
deprecated==1.2.13
# via
# -c requirements.txt
# redis
docutils==0.17.1
# via
# plantweb
Expand Down Expand Up @@ -106,7 +102,6 @@ packaging==21.3
# via
# -c requirements.txt
# pytest
# redis
# sphinx
# sqlbag
parso==0.8.3
Expand Down Expand Up @@ -173,7 +168,7 @@ pyupgrade==2.31.0
# via -r requirements.dev.in
pywatchman==1.4.1
# via -r requirements.dev.in
redis[hiredis]==4.1.0
redis[hiredis]==3.5.3
# via
# -c requirements.txt
# pytest-redis
Expand Down Expand Up @@ -262,10 +257,6 @@ werkzeug==2.0.2
# pytest-localserver
wheel==0.37.1
# via pip-tools
wrapt==1.13.3
# via
# -c requirements.txt
# deprecated

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ babel
bcrypt
bleach
blinker
celery[redis]
celery[redis]!=5.2.3 # 5.2.3 pins setuptools which is a mess
certifi
click
distro
Expand Down
9 changes: 2 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ blinker==1.4
# flask-multipass
# flask-pluginengine
# sentry-sdk
celery[redis]==5.2.3
celery[redis]==5.2.2
# via
# -r requirements.in
# sentry-sdk
Expand Down Expand Up @@ -67,8 +67,6 @@ cryptography==36.0.1
# via authlib
decorator==5.1.0
# via ipython
deprecated==1.2.13
# via redis
distro==1.6.0
# via -r requirements.in
dnspython==2.1.0
Expand Down Expand Up @@ -199,7 +197,6 @@ packaging==21.3
# via
# -r requirements.in
# bleach
# redis
parso==0.8.3
# via jedi
pexpect==4.8.0
Expand Down Expand Up @@ -260,7 +257,7 @@ pyyaml==6.0
# via -r requirements.in
qrcode==7.3.1
# via -r requirements.in
redis[hiredis]==4.1.0
redis[hiredis]==3.5.3
# via
# -r requirements.in
# celery
Expand Down Expand Up @@ -326,8 +323,6 @@ werkzeug==2.0.2
# via
# -r requirements.in
# flask
wrapt==1.13.3
# via deprecated
wtforms[email]==3.0.1
# via
# -r requirements.in
Expand Down

0 comments on commit 8ba58e3

Please sign in to comment.