From 1c0b68411cc8dbc3c8b7cf0dbe659211253e5899 Mon Sep 17 00:00:00 2001 From: "Mitch Harding (the weird one)" Date: Tue, 18 Jul 2023 12:20:22 -0400 Subject: [PATCH] CASMCMS-8713: Bump PyYAML from 5.4.1 to 6.0.1 to prevent build issue (cherry picked from commit 5706b432af2549be4fb6c0aa523bb1db71ea32f2) --- CHANGELOG.md | 4 ++++ constraints.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156ddad..dfda254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.8.5] - 2023-07-18 +### Dependencies +- Bump `PyYAML` from 5.4.1 to 6.0.1 to avoid build issue caused by https://github.com/yaml/pyyaml/issues/601 + ## [3.8.4] - 2023-01-20 ### Changed - CASMCMS-8382 - Correct openapi.yaml to match actual API behavior. Linting of language and formatting of same. diff --git a/constraints.txt b/constraints.txt index fe31c9a..f48cfc7 100644 --- a/constraints.txt +++ b/constraints.txt @@ -24,7 +24,7 @@ pyasn1==0.4.8 pyasn1-modules==0.2.2 python-dateutil==2.8.1 pytz==2018.4 -PyYAML==5.4.1 +PyYAML==6.0.1 requests==2.23.0 requests-oauthlib==1.0.0 rsa==4.7