Skip to content

Commit

Permalink
Merge pull request #186 from Cray-HPE/hotfix/CASMCMS-8713-2.0
Browse files Browse the repository at this point in the history
CASMCMS-8713: Bump PyYAML from 6.0. to 6.0.1 to prevent build issue
  • Loading branch information
mharding-hpe authored Jul 19, 2023
2 parents 5e2c729 + 393b92f commit b519819
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).

## [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
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b519819

Please sign in to comment.