Skip to content

Commit

Permalink
[CIVP-24102] upgrade pyyaml to 5.2 (#82)
Browse files Browse the repository at this point in the history
* [CIVP-24102] upgrade pyyaml

* fix changelog

Co-authored-by: Virginia Fu <[email protected]>
  • Loading branch information
kmshelley and vfu116 authored Jul 30, 2021
1 parent 07031bc commit 89392be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Version number changes (major.minor.micro) in this package denote the following:

## Unreleased

## [6.4.0]
### Package Updates
- PyYAML 3.13 -> 5.2.0

## [6.3.1]
### Package Updates
- civis 1.15.0 -> 1.15.1 (#81)
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN jupyter nbextension enable --py widgetsnbextension
# https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342
ENV JOBLIB_TEMP_FOLDER=/tmp

ENV VERSION=6.3.1 \
ENV VERSION=6.4.0 \
VERSION_MAJOR=6 \
VERSION_MINOR=3 \
VERSION_MICRO=1
VERSION_MINOR=4 \
VERSION_MICRO=0
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- pycrypto=2.6.1
- pytest=5.3.5
- python=3.7.6
- pyyaml=3.13
- pyyaml=5.2
- requests=2.22.0
- s3fs=0.4.0
- seaborn=0.10.0
Expand Down

0 comments on commit 89392be

Please sign in to comment.