Skip to content

Commit

Permalink
Merge pull request #92 from Cray-HPE/hotfix/CASMCMS-8713-3.8
Browse files Browse the repository at this point in the history
CASMCMS-8713: Bump PyYAML from 5.4.1 to 6.0.1 to prevent build issue
  • Loading branch information
mharding-hpe authored Jul 18, 2023
2 parents 61e9369 + 1c0b684 commit 81fb409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81fb409

Please sign in to comment.