From 393b92f6f9c60a8a6c03f01531d8fe11c0eaa042 Mon Sep 17 00:00:00 2001 From: "Mitch Harding (the weird one)" Date: Tue, 18 Jul 2023 11:45:25 -0400 Subject: [PATCH] CASMCMS-8713: Bump PyYAML from 6.0. to 6.0.1 to prevent build issue (cherry picked from commit 24497b6956fcd39372de99cbbb9af1b96083a31a) --- CHANGELOG.md | 4 ++++ constraints.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d27351..04c72985 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). +## [2.0.25] - 2023-07-18 +### Dependencies +- Bump `PyYAML` from 6.0 to 6.0.1 to avoid build issue caused by https://github.com/yaml/pyyaml/issues/601 + ## [2.0.24] - 2023-06-29 ### Added - Marked BOS v2 session status `error` and `end_time` fields as `nullable` in API spec, because they begin diff --git a/constraints.txt b/constraints.txt index 9f84a7cb..12fede26 100644 --- a/constraints.txt +++ b/constraints.txt @@ -32,7 +32,7 @@ pyasn1-modules==0.2.8 pyparsing==2.4.7 pyrsistent==0.18.1 python-dateutil==2.8.2 -PyYAML==6.0 +PyYAML==6.0.1 redis==4.3.4 requests==2.28.1 requests-oauthlib==1.3.1