sst 2.24.12 → 2.24.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
10
10
  RUN pip install --upgrade pip
11
11
 
12
12
  # Install pipenv and poetry so we can create a requirements.txt if we detect pipfile or poetry.lock respectively
13
- RUN pip install pipenv poetry
13
+ RUN pip install pipenv poetry==1.5.1
14
14
 
15
15
  # Install the dependencies in a cacheable layer
16
16
  WORKDIR /var/dependencies