diff --git a/manager/Pipfile b/manager/Pipfile index c43a129..9d45ecd 100644 --- a/manager/Pipfile +++ b/manager/Pipfile @@ -16,6 +16,7 @@ pylint-django = "~=2.4.2" typed-ast = "~=1.4.2" # Required by black, but Pipenv doesn't pull it in correctly on 3.8 [packages] +pip = "<24.1.0" bleach = "~=3.3.0" celery = "~=5.0.5" channels = "~=3.0.3"