| commit | bc3a87fdbbc0cfcb709498ef48bad67ab8bbf444 | [log] [tgz] |
|---|---|---|
| author | Mark Beierl <mark.beierl@canonical.com> | Fri Jul 21 17:41:43 2023 +0000 |
| committer | Mark Beierl <mark.beierl@canonical.com> | Fri Jul 21 17:41:43 2023 +0000 |
| tree | 2d7255297d7f3492ed6d11ecfe4976254aa5e650 | |
| parent | 3c4a849ca360ab47ba3ef234bbd500b9e77996a0 [diff] [blame] |
PyYAML fix Change-Id: Icd71a982131353a03fa745ff7616ad657173e657 Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
diff --git a/requirements.in b/requirements.in index 9110808..71f1f9a 100755 --- a/requirements.in +++ b/requirements.in
@@ -15,6 +15,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -pyyaml==5.3.1 +pyyaml>6 pymzn==0.18.* jinja2